diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-11-19 18:36:52 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-11-19 18:36:52 +0000 |
| commit | 7be365f943fa4204784b0358b21a338b22230d04 (patch) | |
| tree | c3b0e1f83fc03ecd3cb07f7aa68ef97f22ac2507 /src/live_effects/parameter/filletchamferpointarray.cpp | |
| parent | Translation. Italian translation update by Firas Hanife. (diff) | |
| download | inkscape-7be365f943fa4204784b0358b21a338b22230d04.tar.gz inkscape-7be365f943fa4204784b0358b21a338b22230d04.zip | |
remove extra commnets
(bzr r13732)
Diffstat (limited to 'src/live_effects/parameter/filletchamferpointarray.cpp')
| -rw-r--r-- | src/live_effects/parameter/filletchamferpointarray.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/live_effects/parameter/filletchamferpointarray.cpp b/src/live_effects/parameter/filletchamferpointarray.cpp index b23145db1..7d8c8e9b0 100644 --- a/src/live_effects/parameter/filletchamferpointarray.cpp +++ b/src/live_effects/parameter/filletchamferpointarray.cpp @@ -708,9 +708,7 @@ void FilletChamferPointArrayParamKnotHolderEntity::knot_set(Point const &p, if (!valid_index(_index)) { return; } - /// @todo how about item transforms??? Piecewise<D2<SBasis> > const &pwd2 = _pparam->get_pwd2(); - //todo: add snapping double t = nearest_point(p, pwd2[_index]); Geom::Point const s = snap_knot_position(pwd2[_index].valueAt(t), state); t = nearest_point(s, pwd2[_index]); |
