From: buliabyak Date: Thu, 23 Feb 2006 20:05:47 +0000 (+0000) Subject: fix 1311015 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a51afbf17341fab36d05e2b7e27362ab6409d930;p=inkscape.git fix 1311015 --- 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 << "[";