summaryrefslogtreecommitdiffstats
path: root/src/display/curve.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/display/curve.cpp')
-rw-r--r--src/display/curve.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/display/curve.cpp b/src/display/curve.cpp
index e10ebcb32..768b44c10 100644
--- a/src/display/curve.cpp
+++ b/src/display/curve.cpp
@@ -445,7 +445,9 @@ SPCurve::reset()
_pathv.clear();
}
-/* Several consecutive movetos are ALLOWED */
+/** Several consecutive movetos are ALLOWED
+ * Ref: http://www.w3.org/TR/SVG11/implnote.html#PathElementImplementationNotes
+ * (first subitem of the item about zero-length path segments) */
/**
* Calls SPCurve::moveto() with point made of given coordinates.