@@ -22,6 +22,8 @@ spec:css-masking-1; type: value
22
22
spec:css-shapes; type: value
23
23
text: closest-side
24
24
text: farthest-side
25
+ spec:svg2; type:property;
26
+ text:fill-rule
25
27
</pre>
26
28
27
29
<style type="text/css">
@@ -407,12 +409,12 @@ Supported Shapes</h3>
407
409
</ul>
408
410
</dd>
409
411
<dt> <dfn>polygon()</dfn> =
410
- polygon( <<fill-rule>> ? , [<<length-percentage>> <<length-percentage>>] # )
412
+ polygon( <<' fill-rule' >> ? , [<<length-percentage>> <<length-percentage>>] # )
411
413
</dt>
412
414
<dd>
413
415
<ul>
414
416
<li>
415
- <dfn><< fill-rule>></dfn > -
417
+ <<' fill-rule'> > -
416
418
The filling rule used
417
419
to determine the interior
418
420
of the polygon.
@@ -440,12 +442,12 @@ Supported Shapes</h3>
440
442
result in an <a>empty float area</a> .
441
443
</dd>
442
444
<dt> <dfn>path()</dfn> =
443
- path( [<<fill-rule>>,] ? <<string>> )
445
+ path( [<<' fill-rule' >>,] ? <<string>> )
444
446
</dt>
445
447
<dd dfn-type=value dfn-for="path()">
446
448
<ul>
447
449
<li>
448
- <dfn><< fill-rule>></dfn > -
450
+ <<' fill-rule'> > -
449
451
The filling rule used
450
452
to determine the interior
451
453
of the path.
@@ -646,7 +648,7 @@ Interpolation of Basic Shapes</h3>
646
648
<li>
647
649
If both shapes are of type ''polygon()'' ,
648
650
both polygons have the same number of vertices,
649
- and use the same <<fill-rule>> ,
651
+ and use the same <<' fill-rule' >> ,
650
652
interpolate between each value
651
653
in the shape functions.
652
654
</li>
0 commit comments