diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-04-06 15:21:27 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-04-06 15:21:27 +0000 |
| commit | f4864a7048b05cfe032027470c58e5ef2b69bd59 (patch) | |
| tree | 940a6e79f0d0217668a11ab16bfddb7b318eda6d /src | |
| parent | Updated Pathinfo to discrimine degenerate curves optionaly. (diff) | |
| download | inkscape-f4864a7048b05cfe032027470c58e5ef2b69bd59.tar.gz inkscape-f4864a7048b05cfe032027470c58e5ef2b69bd59.zip | |
Fix a bug in pathinfo
(bzr r13645.1.74)
Diffstat (limited to 'src')
| -rw-r--r-- | src/helper/geom-pathinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/geom-pathinfo.cpp b/src/helper/geom-pathinfo.cpp index a37c0e475..99ca3c8aa 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)); + _setPathInfo(path_from_piecewise(remove_short_cuts(pwd2, 0.1), 0.001), true); } /** Store the base path data */ |
