diff options
| author | Bastien Bouclet <bastien.bouclet@gmail.com> | 2008-03-28 19:13:14 +0000 |
|---|---|---|
| committer | bgk <bgk@users.sourceforge.net> | 2008-03-28 19:13:14 +0000 |
| commit | 6ba273d25f2e2e2697d502eb9b56c10da96d7c1e (patch) | |
| tree | 33a74ec0fae6b19d0948ce84a49c350767c8be7d /src/box3d-side.cpp | |
| parent | nr_matrix_inverse is no more, removed test from nr-matrix-test (diff) | |
| download | inkscape-6ba273d25f2e2e2697d502eb9b56c10da96d7c1e.tar.gz inkscape-6ba273d25f2e2e2697d502eb9b56c10da96d7c1e.zip | |
- Created a SPLPEItem class that handles applying a LPE to an Item
- LPEs can now be applied to groups
- Updated the bend path to work properly with groups
(bzr r5219)
Diffstat (limited to 'src/box3d-side.cpp')
| -rw-r--r-- | src/box3d-side.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box3d-side.cpp b/src/box3d-side.cpp index 4cd3765c9..632a697af 100644 --- a/src/box3d-side.cpp +++ b/src/box3d-side.cpp @@ -236,7 +236,7 @@ box3d_side_set_shape (SPShape *shape) sp_curve_lineto (c, box3d_get_corner_screen(box, corners[3])); sp_curve_closepath (c); - sp_shape_perform_path_effect(c, SP_SHAPE (side)); + sp_lpe_item_perform_path_effect(SP_LPE_ITEM (side), c); sp_shape_set_curve_insync (SP_SHAPE (side), c, TRUE); sp_curve_unref (c); } |
