diff options
| author | Bastien Bouclet <bastien.bouclet@gmail.com> | 2008-05-17 10:47:58 +0000 |
|---|---|---|
| committer | bgk <bgk@users.sourceforge.net> | 2008-05-17 10:47:58 +0000 |
| commit | 757daf2667d1ec00a67477597795cb8a3497fce1 (patch) | |
| tree | 9f18a9740be39aea72a42d03f69c98700dbe8e0c /src/sp-lpe-item.h | |
| parent | Warning cleanup (diff) | |
| download | inkscape-757daf2667d1ec00a67477597795cb8a3497fce1.tar.gz inkscape-757daf2667d1ec00a67477597795cb8a3497fce1.zip | |
Fix LPE for groups bounding box calculation by using the SPItem->getBounds method.
Some preliminary work for LPE stacking.
(bzr r5683)
Diffstat (limited to 'src/sp-lpe-item.h')
| -rw-r--r-- | src/sp-lpe-item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-lpe-item.h b/src/sp-lpe-item.h index b3e3d85fc..7d85bb2be 100644 --- a/src/sp-lpe-item.h +++ b/src/sp-lpe-item.h @@ -48,7 +48,7 @@ LivePathEffectObject * sp_lpe_item_get_livepatheffectobject(SPLPEItem *lpeitem); Inkscape::LivePathEffect::Effect * sp_lpe_item_get_livepatheffect(SPLPEItem *lpeitem); void sp_lpe_item_update_patheffect (SPLPEItem *lpeitem, bool write); void sp_lpe_item_perform_path_effect(SPLPEItem *lpeitem, SPCurve *curve); -void sp_lpe_item_set_path_effect(SPLPEItem *lpeitem, gchar *value); +void sp_lpe_item_set_path_effect(SPLPEItem *lpeitem, gchar *value, bool reset); void sp_lpe_item_set_path_effect(SPLPEItem *lpeitem, LivePathEffectObject * new_lpeobj); void sp_lpe_item_remove_path_effect(SPLPEItem *lpeitem, bool keep_paths); bool sp_lpe_item_has_path_effect(SPLPEItem *lpeitem); |
