Code

delivarotify, render with cairo
[inkscape.git] / src / display / sp-ctrlline.h
index 3c83388d85a7d2ae5a7d4bcf79b24db46f269342..53d0d6ba0160e2962298cf0ce0f2a52a7756b3e7 100644 (file)
@@ -15,8 +15,6 @@
  */
 
 #include "sp-canvas.h"
-#include <livarot/Shape.h>
-
 
 struct SPItem;
 
@@ -28,7 +26,7 @@ struct SPCtrlLine : public SPCanvasItem{
     SPItem *item;  // the item to which this line belongs in some sense; may be NULL for some users
     guint32 rgba;
     NR::Point s, e;
-    Shape* shp;
+    NR::Matrix affine;
 };
 struct SPCtrlLineClass : public SPCanvasItemClass{};