File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ spec:css-shapes-1;
2525 type:function; text: path()
2626spec:css-writing-modes-4; type:concept; text:physical
2727spec: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> ,
You can’t perform that action at this time.
0 commit comments