Code

* on-canvas clip and mask editing :) in the object menu you can find how to edit...
[inkscape.git] / src / shape-editor.cpp
index 0f630ac503482748969465d45d3e07a88f39ca5a..fbf42eaca1b8ebc71f1ce116c0db6036b134a5af 100644 (file)
@@ -480,6 +480,10 @@ void ShapeEditor::show_handles (bool show) {
         sp_nodepath_show_handles (this->nodepath, show);
 }
 
+void ShapeEditor::show_helperpath (bool show) {
+    if (this->nodepath)
+        sp_nodepath_show_helperpath (this->nodepath, show);
+}
 
 void ShapeEditor::flip (NR::Dim2 axis, NR::Maybe<NR::Point> center) {
     if (this->nodepath)