summaryrefslogtreecommitdiffstats
path: root/src/helper
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-04-06 15:59:57 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-04-06 15:59:57 +0000
commitc6457829dc2711fca07f5f27ecc597dc4f932929 (patch)
tree04a4eb7e13f235301964bd41773f0eb4a0d338bc /src/helper
parentupdate to trunk (diff)
downloadinkscape-c6457829dc2711fca07f5f27ecc597dc4f932929.tar.gz
inkscape-c6457829dc2711fca07f5f27ecc597dc4f932929.zip
fixing bug on closed paths
(bzr r13645.1.76)
Diffstat (limited to 'src/helper')
-rw-r--r--src/helper/geom-pathinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/geom-pathinfo.cpp b/src/helper/geom-pathinfo.cpp
index 99ca3c8aa..a37c0e475 100644
--- a/src/helper/geom-pathinfo.cpp
+++ b/src/helper/geom-pathinfo.cpp
@@ -45,7 +45,7 @@ void Pathinfo::setPathVector(Geom::PathVector path_vector, bool skip_degenerate)
void Pathinfo::_setPathInfo(Piecewise<D2<SBasis> > pwd2)
{
- _setPathInfo(path_from_piecewise(remove_short_cuts(pwd2, 0.1), 0.001), true);
+ _setPathInfo(path_from_piecewise(remove_short_cuts(pwd2, 0.1), 0.001));
}
/** Store the base path data
*/