diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-06-10 12:35:36 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-06-10 12:35:36 +0000 |
| commit | 9df0d95cbecfc05c9c4fbe7bd51a6b744c5c56a5 (patch) | |
| tree | 7f79bec201fa7fac6dab847dcf497091ad174404 /src/live_effects/effect.h | |
| parent | fix compile (diff) | |
| download | inkscape-9df0d95cbecfc05c9c4fbe7bd51a6b744c5c56a5.tar.gz inkscape-9df0d95cbecfc05c9c4fbe7bd51a6b744c5c56a5.zip | |
Write all effect parameters to SVG when a LPE knotholder handle is ungrabbed
(bzr r5870)
Diffstat (limited to 'src/live_effects/effect.h')
| -rw-r--r-- | src/live_effects/effect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h index f0d0ffdd5..b78e931f9 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -96,6 +96,7 @@ public: virtual void doOnApply (SPLPEItem *lpeitem); virtual void doBeforeEffect (SPLPEItem *lpeitem); + void writeParamsToSVG(); virtual void doEffect (SPCurve * curve); |
