diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-09-29 02:01:20 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-09-29 02:01:20 +0000 |
| commit | faec2fcff4372e4ee4ce4e967b95747e3c52c241 (patch) | |
| tree | 9276c803b5ab180f37c61ec491d772d0ecca102e /src/sp-lpe-item.h | |
| parent | This push add a partial solution to scale powerstroke shapes without distorsion (diff) | |
| download | inkscape-faec2fcff4372e4ee4ce4e967b95747e3c52c241.tar.gz inkscape-faec2fcff4372e4ee4ce4e967b95747e3c52c241.zip | |
this patch fix the problem whith clips and mask update in live effects.
More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902
(bzr r13341.1.229)
Diffstat (limited to 'src/sp-lpe-item.h')
| -rw-r--r-- | src/sp-lpe-item.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sp-lpe-item.h b/src/sp-lpe-item.h index fbac467fd..9c052b7b1 100644 --- a/src/sp-lpe-item.h +++ b/src/sp-lpe-item.h @@ -90,14 +90,14 @@ public: void removeAllPathEffects(bool keep_paths); void addPathEffect(char *value, bool reset); void addPathEffect(LivePathEffectObject * new_lpeobj); - + void apply_to_mask(SPItem * item); + void apply_to_clippath(SPItem * item); + void apply_to_clip_or_mask_group(SPItem * group, SPItem * item); bool forkPathEffectsIfNecessary(unsigned int nr_of_allowed_users = 1); void editNextParamOncanvas(SPDesktop *dt); }; -void sp_lpe_item_apply_to_mask(SPItem * item); -void sp_lpe_item_apply_to_clippath(SPItem * item); void sp_lpe_item_update_patheffect (SPLPEItem *lpeitem, bool wholetree, bool write); // careful, class already has method with *very* similar name! #endif /* !SP_LPE_ITEM_H_SEEN */ |
