diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-04-06 18:12:48 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-04-06 18:12:48 +0000 |
| commit | 74649824e41b26bcf560ba485364a6ffe7b80fca (patch) | |
| tree | adb964cac6bcc1637286da7b738e830a70b0ebd7 /src/live_effects | |
| parent | Fixed bug on closed paths, Clenup of pathinfo (diff) | |
| download | inkscape-74649824e41b26bcf560ba485364a6ffe7b80fca.tar.gz inkscape-74649824e41b26bcf560ba485364a6ffe7b80fca.zip | |
rename pathinfo function
(bzr r13645.1.78)
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/lpe-fillet-chamfer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-fillet-chamfer.cpp b/src/live_effects/lpe-fillet-chamfer.cpp index 935e97ec9..cad67cea9 100644 --- a/src/live_effects/lpe-fillet-chamfer.cpp +++ b/src/live_effects/lpe-fillet-chamfer.cpp @@ -427,7 +427,7 @@ void LPEFilletChamfer::doBeforeEffect(SPLPEItem const *lpeItem) ++it; } Pathinfo path_info(original_pathv); - size_t number_curves = path_info.numberCurves() + 1; + size_t number_curves = path_info.size(); if (pointwise && number_curves != sats.size()) { pointwise->recalculateForNewPwd2(pwd2_in, original_pathv); } else { |
