diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-01-18 22:38:27 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-01-18 22:38:27 +0000 |
| commit | 4add5cce730342f404649964dd149c1139217446 (patch) | |
| tree | 05ef0232af87aed6ba62237e98354b3b8111bb8c /src/live_effects/lpe-skeletalstrokes.cpp | |
| parent | Partially fix bug #167500 (rulers being off) (diff) | |
| download | inkscape-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-skeletalstrokes.cpp')
| -rw-r--r-- | src/live_effects/lpe-skeletalstrokes.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/live_effects/lpe-skeletalstrokes.cpp b/src/live_effects/lpe-skeletalstrokes.cpp index a2fe2be8a..6ba9ac65c 100644 --- a/src/live_effects/lpe-skeletalstrokes.cpp +++ b/src/live_effects/lpe-skeletalstrokes.cpp @@ -153,6 +153,13 @@ LPESkeletalStrokes::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > & pw return output; } +void +LPESkeletalStrokes::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 */ |
