From: johanengelen Date: Mon, 14 Jul 2008 20:29:26 +0000 (+0000) Subject: noop: add comment about multiple consecutive movetos X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f23d684f06c87dadcdc0b116a827a23045846ea6;p=inkscape.git noop: add comment about multiple consecutive movetos --- 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.