summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 777e4ec)
raw | patch | inline | side by side (parent: 777e4ec)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 23 Feb 2006 20:05:47 +0000 (20:05 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 23 Feb 2006 20:05:47 +0000 (20:05 +0000) |
src/extension/internal/ps.cpp | patch | blob | history |
index b2675c3e7d1c5a8d2d835959c47b742555180a66..234aec8e062dc302ea18b466f8f9f624660a86f9 100644 (file)
{
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 << "[";