summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-pathalongpath.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-01-18 22:38:27 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-01-18 22:38:27 +0000
commit4add5cce730342f404649964dd149c1139217446 (patch)
tree05ef0232af87aed6ba62237e98354b3b8111bb8c /src/live_effects/lpe-pathalongpath.cpp
parentPartially fix bug #167500 (rulers being off) (diff)
downloadinkscape-4add5cce730342f404649964dd149c1139217446.tar.gz
inkscape-4add5cce730342f404649964dd149c1139217446.zip
add default functions for transforming lpe-pathalongpath.cpp and lpe-skeletalstrokes.cpp
(bzr r4558)
Diffstat (limited to 'src/live_effects/lpe-pathalongpath.cpp')
-rw-r--r--src/live_effects/lpe-pathalongpath.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/live_effects/lpe-pathalongpath.cpp b/src/live_effects/lpe-pathalongpath.cpp
index b3d0fdd4c..d41a0d6f6 100644
--- a/src/live_effects/lpe-pathalongpath.cpp
+++ b/src/live_effects/lpe-pathalongpath.cpp
@@ -206,6 +206,14 @@ LPEPathAlongPath::resetDefaults(SPItem * item)
*/
}
+void
+LPEPathAlongPath::transform_multiply(Geom::Matrix const& postmul, bool set)
+{
+ // TODO: implement correct transformation instead of this default behavior
+ Effect::transform_multiply(postmul, set);
+}
+
+
} // namespace LivePathEffect
} /* namespace Inkscape */