Code

Rename LPE: mirror reflect --> mirror symmetry
[inkscape.git] / src / display / sp-ctrlline.h
index d7863bf19a0bf719d3699142dbed7e46cde6e77c..53d0d6ba0160e2962298cf0ce0f2a52a7756b3e7 100644 (file)
@@ -15,8 +15,6 @@
  */
 
 #include "sp-canvas.h"
-#include <livarot/Shape.h>
-
 
 struct SPItem;
 
@@ -27,8 +25,8 @@ struct SPItem;
 struct SPCtrlLine : public SPCanvasItem{
     SPItem *item;  // the item to which this line belongs in some sense; may be NULL for some users
     guint32 rgba;
-    NRPoint s, e;
-    Shape* shp;
+    NR::Point s, e;
+    NR::Matrix affine;
 };
 struct SPCtrlLineClass : public SPCanvasItemClass{};