diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-01-02 18:10:43 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-01-02 18:10:43 +0000 |
| commit | 4517038755f4211da3b5e9afb5567e9d608875da (patch) | |
| tree | 6b8c8407c5e099d449cb206a7d9077221bd4cc2e /src/splivarot.cpp | |
| parent | add libnr <=> 2geom conversion helper headerfile (diff) | |
| download | inkscape-4517038755f4211da3b5e9afb5567e9d608875da.tar.gz inkscape-4517038755f4211da3b5e9afb5567e9d608875da.zip | |
+ Fix bug #179840, forking of LPEs
+ Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters.
(bzr r4367)
Diffstat (limited to 'src/splivarot.cpp')
| -rw-r--r-- | src/splivarot.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/splivarot.cpp b/src/splivarot.cpp index 6c083bc30..f8e666e95 100644 --- a/src/splivarot.cpp +++ b/src/splivarot.cpp @@ -455,6 +455,7 @@ sp_selected_path_boolop(bool_op bop, const unsigned int verb, const Glib::ustrin sp_item_adjust_stroke(item_source, i2root.expansion()); sp_item_adjust_pattern(item_source, i2root); sp_item_adjust_gradient(item_source, i2root); + sp_item_adjust_livepatheffect(item_source, i2root); Inkscape::XML::Node *repr_source = SP_OBJECT_REPR(source); |
