diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-04-06 15:59:57 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-04-06 15:59:57 +0000 |
| commit | c6457829dc2711fca07f5f27ecc597dc4f932929 (patch) | |
| tree | 04a4eb7e13f235301964bd41773f0eb4a0d338bc /src/live_effects | |
| parent | update to trunk (diff) | |
| download | inkscape-c6457829dc2711fca07f5f27ecc597dc4f932929.tar.gz inkscape-c6457829dc2711fca07f5f27ecc597dc4f932929.zip | |
fixing bug on closed paths
(bzr r13645.1.76)
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/lpe-fillet-chamfer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/lpe-fillet-chamfer.cpp b/src/live_effects/lpe-fillet-chamfer.cpp index 6cc9062d9..ac877c792 100644 --- a/src/live_effects/lpe-fillet-chamfer.cpp +++ b/src/live_effects/lpe-fillet-chamfer.cpp @@ -427,6 +427,7 @@ void LPEFilletChamfer::doBeforeEffect(SPLPEItem const *lpeItem) ++it; } if (pointwise && c->get_segment_count() != sats.size()) { + std::cout << "recalculta\n"; pointwise->recalculateForNewPwd2(pwd2_in, original_pathv); } else { pointwise = new Pointwise(pwd2_in, sats); |
