summaryrefslogtreecommitdiffstats
path: root/src/splivarot.cpp
diff options
context:
space:
mode:
authorAlvin Penner <penner@vaxxine.com>2013-01-28 20:53:29 +0000
committerapenner <penner@vaxxine.com>2013-01-28 20:53:29 +0000
commitbb82bced04efb9fd9b35e06c76cc8043d0306c44 (patch)
treeae73b1aac621f1fdbbab433f08ac7f4b4777b2c9 /src/splivarot.cpp
parentdesktop-widget: Add callback to ensure that ruler ranges are correctly update... (diff)
downloadinkscape-bb82bced04efb9fd9b35e06c76cc8043d0306c44.tar.gz
inkscape-bb82bced04efb9fd9b35e06c76cc8043d0306c44.zip
Path::OutlineJoin. remove redundant nodes which are causing glitches (Bug 820425)
Fixed bugs: - https://launchpad.net/bugs/820425 (bzr r12069)
Diffstat (limited to 'src/splivarot.cpp')
-rw-r--r--src/splivarot.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/splivarot.cpp b/src/splivarot.cpp
index f04d92616..68664cb3c 100644
--- a/src/splivarot.cpp
+++ b/src/splivarot.cpp
@@ -1002,8 +1002,8 @@ sp_selected_path_outline(SPDesktop *desktop)
break;
}
- if (o_width < 0.1)
- o_width = 0.1;
+ if (o_width < 0.01)
+ o_width = 0.01;
o_miter = i_style->stroke_miterlimit.value * o_width;
}