File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -168,10 +168,10 @@ The ''shape()'' Function</h4>
168168 <<move-command>> = move <<by-to>> <<coordinate-pair>>
169169 <<line-command>> = line <<by-to>> <<coordinate-pair>>
170170 <<hv-line-command>> = [hline | vline] <<by-to>> <<length-percentage>>
171- <<curve-command>> = curve <<by-to>> <<coordinate-pair>> via <<coordinate-pair>> {1,2}
172- <<smooth-command>> = smooth <<by-to>> <<coordinate-pair>> [via <<coordinate-pair>> ]?
173- <<arc-command>> = arc <<by-to>> <<coordinate-pair>> of <<length-percentage>> {1,2}
174- [ <<arc-sweep>> || <<arc-size>> || rotate <<angle>> ]?
171+ <<curve-command>> = curve [ <<by-to>> <<coordinate-pair>> using <<coordinate-pair>> {1,2}]
172+ <<smooth-command>> = smooth [[ <<by-to>> <<coordinate-pair>> ] || [using <<coordinate-pair>> ]?]
173+ <<arc-command>> = arc [[ <<by-to>> <<coordinate-pair>> ] || [ of <<length-percentage>> {1,2}] ||
174+ <<arc-sweep>> ? || <<arc-size>> ? || [ rotate <<angle>> ]?]
175175 <<arc-sweep>> = cw | ccw
176176 <<arc-size>> = large | small
177177 </pre>
You can’t perform that action at this time.
0 commit comments