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/sp-path.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/sp-path.cpp')
| -rw-r--r-- | src/sp-path.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sp-path.cpp b/src/sp-path.cpp index b9e94d72e..d97bbddb9 100644 --- a/src/sp-path.cpp +++ b/src/sp-path.cpp @@ -363,6 +363,9 @@ sp_path_set_transform(SPItem *item, NR::Matrix const &xform) // Adjust gradient fill sp_item_adjust_gradient(item, xform); + // Adjust LPE + sp_item_adjust_livepatheffect(item, xform); + item->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG); // nothing remains - we've written all of the transform, so return identity |
