summaryrefslogtreecommitdiffstats
path: root/src/livarot/Path.h
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/livarot/Path.h
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/livarot/Path.h')
-rw-r--r--src/livarot/Path.h2
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);