summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3481838)
raw | patch | inline | side by side (parent: 3481838)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 14 Jul 2008 20:29:26 +0000 (20:29 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 14 Jul 2008 20:29:26 +0000 (20:29 +0000) |
src/display/curve.cpp | patch | blob | history |
diff --git a/src/display/curve.cpp b/src/display/curve.cpp
index e10ebcb32c8dde67c3aab84f1406bf1048c6aa52..768b44c10d52df858e8ee98b916f3c1a232e8548 100644 (file)
--- a/src/display/curve.cpp
+++ b/src/display/curve.cpp
_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.