Code

support for transform elements (Bug 600473)
[inkscape.git] / src / sp-offset.h
index 0e1a9d4e54a13729daee25d11c50aca5b8c848fe..caecdb1beca9f8a2f9e49c9910b2cdac267f29c0 100644 (file)
@@ -63,7 +63,7 @@ struct SPOffset : public SPShape {
 
     /// for interactive setting of the radius
     bool knotSet;
-    NR::Point knot;
+    Geom::Point knot;
 
     bool sourceDirty;
     bool isUpdating;
@@ -89,7 +89,7 @@ struct SPOffsetClass
 /* Standard Gtk function */
 GType sp_offset_get_type (void);
 
-double sp_offset_distance_to_original (SPOffset * offset, NR::Point px);
+double sp_offset_distance_to_original (SPOffset * offset, Geom::Point px);
 void sp_offset_top_point (SPOffset * offset, Geom::Point *px);
 
 SPItem *sp_offset_get_source (SPOffset *offset);