Skip to content

Commit

Permalink
[css-shapes-2]: shape(): using instead of via, allow any order in a…
Browse files Browse the repository at this point in the history
…rcs/curves

Closes w3c#5841
  • Loading branch information
noamr committed Jan 15, 2024
1 parent b2873bc commit 606a41e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css-shapes-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ The ''shape()'' Function</h4>
<<move-command>> = move <<by-to>> <<coordinate-pair>>
<<line-command>> = line <<by-to>> <<coordinate-pair>>
<<hv-line-command>> = [hline | vline] <<by-to>> <<length-percentage>>
<<curve-command>> = curve <<by-to>> <<coordinate-pair>> via <<coordinate-pair>>{1,2}
<<smooth-command>> = smooth <<by-to>> <<coordinate-pair>> [via <<coordinate-pair>>]?
<<arc-command>> = arc <<by-to>> <<coordinate-pair>> of <<length-percentage>>{1,2}
[ <<arc-sweep>> || <<arc-size>> || rotate <<angle>> ]?
<<curve-command>> = curve [<<by-to>> <<coordinate-pair>> using <<coordinate-pair>>{1,2}]
<<smooth-command>> = smooth [[<<by-to>> <<coordinate-pair>>] || [using <<coordinate-pair>>]?]
<<arc-command>> = arc [[<<by-to>> <<coordinate-pair>>] || [of <<length-percentage>>{1,2}] ||
<<arc-sweep>>? || <<arc-size>>? || [rotate <<angle>>]?]
<<arc-sweep>> = cw | ccw
<<arc-size>> = large | small
</pre>
Expand Down

0 comments on commit 606a41e

Please sign in to comment.