From a51afbf17341fab36d05e2b7e27362ab6409d930 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Thu, 23 Feb 2006 20:05:47 +0000 Subject: [PATCH] fix 1311015 --- src/extension/internal/ps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension/internal/ps.cpp b/src/extension/internal/ps.cpp index b2675c3e7..234aec8e0 100644 --- a/src/extension/internal/ps.cpp +++ b/src/extension/internal/ps.cpp @@ -660,9 +660,9 @@ PrintPS::print_stroke_style(SVGOStringStream &os, SPStyle const *style) { int i = 0; while (LineSolid && (i < style->stroke_dash.n_dash)) { - i++; if (style->stroke_dash.dash[i] > 0.00000001) LineSolid = false; + i++; } if (!LineSolid) { os << "["; -- 2.30.2