diff options
| author | Alvin Penner <penner@vaxxine.com> | 2013-01-28 20:53:29 +0000 |
|---|---|---|
| committer | apenner <penner@vaxxine.com> | 2013-01-28 20:53:29 +0000 |
| commit | bb82bced04efb9fd9b35e06c76cc8043d0306c44 (patch) | |
| tree | ae73b1aac621f1fdbbab433f08ac7f4b4777b2c9 /src/splivarot.cpp | |
| parent | desktop-widget: Add callback to ensure that ruler ranges are correctly update... (diff) | |
| download | inkscape-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.cpp | 4 |
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; } |
