diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-09-19 13:53:24 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-09-19 13:53:24 +0000 |
| commit | 523bc377f8aed347ed0aecfe0988ff6b0f705742 (patch) | |
| tree | 30ebc4ff86609b91ae065ec6e9c8b56fd7b2618c /src/sp-item-group.cpp | |
| parent | Remove outdated example file sp-skeleton.cpp (diff) | |
| parent | hack for 898797 (diff) | |
| download | inkscape-523bc377f8aed347ed0aecfe0988ff6b0f705742.tar.gz inkscape-523bc377f8aed347ed0aecfe0988ff6b0f705742.zip | |
Merge in Adonis Papaderos' fix for bug lp:898797
Fixed bugs:
- https://launchpad.net/bugs/898797
(bzr r12539)
Diffstat (limited to 'src/sp-item-group.cpp')
| -rw-r--r-- | src/sp-item-group.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-item-group.cpp b/src/sp-item-group.cpp index 36a42f704..010cc5449 100644 --- a/src/sp-item-group.cpp +++ b/src/sp-item-group.cpp @@ -720,7 +720,9 @@ sp_group_perform_patheffect(SPGroup *group, SPGroup *topgroup, bool write) // only run LPEs when the shape has a curve defined if (c) { + c->transform(i2anc_affine(subitem, topgroup)); sp_lpe_item_perform_path_effect(SP_LPE_ITEM(topgroup), c); + c->transform(i2anc_affine(subitem, topgroup).inverse()); SP_SHAPE(subitem)->setCurve(c, TRUE); if (write) { |
