From 6ba273d25f2e2e2697d502eb9b56c10da96d7c1e Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Fri, 28 Mar 2008 19:13:14 +0000 Subject: - 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) --- src/box3d-side.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/box3d-side.cpp') 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); } -- cgit v1.2.3