Skip to content

Commit 7998c5e

Browse files
committed
Move to css-shapes-2
1 parent 3002754 commit 7998c5e

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

css-shapes-2/Overview.bs

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -140,19 +140,6 @@ Supported Shapes</h3>
140140
section, with the following integrated.
141141

142142
<dl>
143-
<dt>
144-
<pre class=prod>
145-
<dfn>draw()</dfn> = draw( [<<fill-rule>>,]? from <<coordinate-pair>>, <<draw-command>>#])
146-
</pre>
147-
</dt>
148-
<dd dfn-type=value dfn-for="draw()">
149-
<ul>
150-
<li>
151-
The <<coordinate-pair>> represents the initial point of the path.
152-
<li>
153-
The sequence of <dfn><<draw-command>></dfn>s represent commands of an
154-
<a href="https://www.w3.org/TR/SVG11/paths.html#PathData">SVG Path</a>.
155-
</ul>
156143
<dt>
157144
<pre class=prod>
158145
<dfn>path()</dfn> = path( [<<fill-rule>>,]? <<string>> )
@@ -179,6 +166,18 @@ Supported Shapes</h3>
179166
in the path string.
180167
For the initial direction follow SVG 1.1.
181168
</ul>
169+
<dt>
170+
<pre class=prod>
171+
<dfn>draw()</dfn> = draw( [<<fill-rule>>,]? from <<coordinate-pair>>, <<draw-command>>#)
172+
</pre>
173+
<dd dfn-type=value dfn-for="draw()">
174+
<ul>
175+
<li>
176+
The <<coordinate-pair>> represents the initial point of the path.
177+
<li>
178+
The sequence of <dfn><<draw-command>></dfn>s represent commands of an
179+
<a href="https://www.w3.org/TR/SVG11/paths.html#PathData">SVG Path</a>.
180+
</ul>
182181
</dl>
183182

184183
The arguments not defined above are defined as follows:
@@ -187,7 +186,7 @@ Supported Shapes</h3>
187186
<dt><dfn><<coordinate-pair>></dfn> = <<length-percentage>>{2}
188187
<dd>Defines a pair of coordinates x & y.
189188
<dt><dfn><<draw-command>></dfn> = <<move-command>> | <<line-command>> | <<perpendicular-line-command>> |
190-
<<curve-command>> | <<smooth-command>> | <<arc-command>> | close
189+
<<curve-command>> | <<smooth-command>> | <<arc-command>> | close
191190
<dd>
192191
Defines a single draw command, equivalent to an <a href="https://www.w3.org/TR/SVG/paths.html#PathDataGeneralInformation">SVG draw command</a>.
193192
<dt><dfn><<by-to>></dfn> = by | to

0 commit comments

Comments
 (0)