summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-fillet-chamfer.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-06-26 15:58:32 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-06-26 15:58:32 +0000
commita5d2901e1f17879bc65e23b3ff26f8c304658ce4 (patch)
treec722b0a68529cd3c3b0d6af03fca2f078d744857 /src/live_effects/lpe-fillet-chamfer.cpp
parentupdate to trunk (diff)
downloadinkscape-a5d2901e1f17879bc65e23b3ff26f8c304658ce4.tar.gz
inkscape-a5d2901e1f17879bc65e23b3ff26f8c304658ce4.zip
removed reverse path, commented why
(bzr r13645.1.97)
Diffstat (limited to 'src/live_effects/lpe-fillet-chamfer.cpp')
-rw-r--r--src/live_effects/lpe-fillet-chamfer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/live_effects/lpe-fillet-chamfer.cpp b/src/live_effects/lpe-fillet-chamfer.cpp
index cc21d99cc..eaf1c6a08 100644
--- a/src/live_effects/lpe-fillet-chamfer.cpp
+++ b/src/live_effects/lpe-fillet-chamfer.cpp
@@ -429,6 +429,9 @@ void LPEFilletChamfer::doBeforeEffect(SPLPEItem const *lpeItem)
path_info->set(original_pathv);
size_t number_curves = path_info->size();
//if are diferent sizes call to poinwise recalculate
+ //TODO: fire a reverse satellites on reverse path. Maybe a new method
+ //like "are_similar" to avoid precission issues on reverse a pointwise
+ // and after convert to Pathvector
if (pointwise && number_curves != sats.size()) {
Satellite sat(sats[0].satellite_type);
sat.setIsTime(sats[0].is_time);