summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-bendpath.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-04-14 17:03:43 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-04-23 21:37:56 +0000
commit4a5c399fa506ac3d17885bc772a96824d0efc58a (patch)
tree1224de65d09c649c0de88f0c14b37be468c3d9de /src/live_effects/lpe-bendpath.cpp
parentAllow rotation to projection and noumerous bugfixes pointed by Lazur in IRC (diff)
downloadinkscape-4a5c399fa506ac3d17885bc772a96824d0efc58a.tar.gz
inkscape-4a5c399fa506ac3d17885bc772a96824d0efc58a.zip
Add transforms fixes
Diffstat (limited to 'src/live_effects/lpe-bendpath.cpp')
-rw-r--r--src/live_effects/lpe-bendpath.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/live_effects/lpe-bendpath.cpp b/src/live_effects/lpe-bendpath.cpp
index 11694249a..b9821cc9c 100644
--- a/src/live_effects/lpe-bendpath.cpp
+++ b/src/live_effects/lpe-bendpath.cpp
@@ -166,11 +166,7 @@ LPEBendPath::resetDefaults(SPItem const* item)
bend_path.set_new_value( path.toPwSb(), true );
}
-void
-LPEBendPath::transform_multiply(Geom::Affine const& postmul, bool set)
-{
- //block parameters be transformed because shapes with bend store transform in the element
-}
+
void
LPEBendPath::addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec)