diff options
Diffstat (limited to 'src/extension/internal/ps.cpp')
| -rw-r--r-- | src/extension/internal/ps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 << "["; |
