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/livarot/Path.h | |
| 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/livarot/Path.h')
| -rw-r--r-- | src/livarot/Path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/livarot/Path.h b/src/livarot/Path.h index 1f0e7a244..cd939bf7d 100644 --- a/src/livarot/Path.h +++ b/src/livarot/Path.h @@ -335,7 +335,7 @@ public: PathDescrBezierTo & fin, bool before, Geom::Point & pos, Geom::Point & tgt, double &len, double &rad); static void OutlineJoin (Path * dest, Geom::Point pos, Geom::Point stNor, Geom::Point enNor, - double width, JoinType join, double miter); + double width, JoinType join, double miter, int nType); static bool IsNulCurve (std::vector<PathDescr*> const &cmd, int curD, Geom::Point const &curX); |
