File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ The ''shape()'' Function</h4>
171171 <<curve-command>> = curve <<by-to>> <<coordinate-pair>> via <<coordinate-pair>> {1,2}
172172 <<smooth-command>> = smooth <<by-to>> <<coordinate-pair>> [via <<coordinate-pair>> ]?
173173 <<arc-command>> = arc <<by-to>> <<coordinate-pair>> of <<length-percentage>> {1,2}
174- [ <<arc-sweep>> || <<arc-size>> || <<angle>> ]?
174+ [ <<arc-sweep>> || <<arc-size>> || rotate <<angle>> ]?
175175 <<arc-sweep>> = cw | ccw
176176 <<arc-size>> = large | small
177177 </pre>
@@ -258,7 +258,7 @@ The ''shape()'' Function</h4>
258258 so the curve appears to smoothly continue from the previous command,
259259 rather than possibly making a sudden direction change.
260260
261- <dt> <dfn><<arc-command>></dfn> = <dfn value>arc</dfn> <<by-to>> <<coordinate-pair>> of <<length-percentage>> {1,2} [ <<arc-sweep>> || <<arc-size>> || <<angle>> ]
261+ <dt> <dfn><<arc-command>></dfn> = <dfn value>arc</dfn> <<by-to>> <<coordinate-pair>> of <<length-percentage>> {1,2} [ <<arc-sweep>> || <<arc-size>> || rotate <<angle>> ]
262262 <dd>
263263 Add an <a href="https://www.w3.org/TR/SVG/paths.html#PathDataEllipticalArcCommands">elliptical arc</a> command
264264 to the list of path data commands,
You can’t perform that action at this time.
0 commit comments