From: Alexander Nyßen Date: Mon, 11 Apr 2016 10:58:32 +0000 (+0200) Subject: Update Dot.ref X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~16^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c10af741ffa4d8d78213d71e3273c06d16d9fce8;p=graphviz Update Dot.ref It seems that dot indeed provides the (optional) spline start point before the (optional) spline end point. The documentation however lists them in the inverse order, which should be adjusted. --- diff --git a/doc/Dot.ref b/doc/Dot.ref index edf7096c9..4d9b0991b 100644 --- a/doc/Dot.ref +++ b/doc/Dot.ref @@ -647,7 +647,7 @@ shape shapes : polygon-based, record-based and PostScript-based. splineType spline ( ';' spline )* - where spline= (endp)? (startp)? point (triple)]* + where spline= (startp)? (endp)? point (triple)]* and triple = point point point and endp = "e,%d,%d" and startp = "s,%d,%d"