Skip to content

Commit 0a48945

Browse files
authored
[css-shapes-2] Fix fill-rule reference
1 parent fd6900b commit 0a48945

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css-shapes-2/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ spec:css-shapes-1;
2525
type:function; text: path()
2626
spec:css-writing-modes-4; type:concept; text:physical
2727
spec:css-writing-modes-4; type:concept; text:"writing mode"
28+
spec:svg2; type:property;
29+
text:fill-rule
2830
</pre>
2931

3032
<style type="text/css">
@@ -140,10 +142,10 @@ The ''shape()'' Function</h4>
140142
such as additional units and math functions.
141143

142144
<pre class=prod>
143-
<dfn>shape()</dfn> = shape( <<fill-rule>>? from <<coordinate-pair>>, <<shape-command>>#)
145+
<dfn>shape()</dfn> = shape( <<'fill-rule'>>? from <<coordinate-pair>>, <<shape-command>>#)
144146
</pre>
145147

146-
The <<fill-rule>> is interpreted identically to the same argument in ''path()''.
148+
The <<'fill-rule'>> is interpreted identically to the same argument in ''path()''.
147149

148150
The rest of the arguments define a list of path data commands,
149151
identical to that of an <a href="https://www.w3.org/TR/SVG11/paths.html#PathData">SVG Path</a>,

0 commit comments

Comments
 (0)