From f23d684f06c87dadcdc0b116a827a23045846ea6 Mon Sep 17 00:00:00 2001 From: johanengelen Date: Mon, 14 Jul 2008 20:29:26 +0000 Subject: [PATCH] noop: add comment about multiple consecutive movetos --- src/display/curve.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.30.2