File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -126,10 +126,11 @@ Supported Shapes</h3>
126
126
section, with the following integrated.
127
127
128
128
<dl>
129
- <dt> <dfn>path()</dfn> =
130
- path( [<<fill-rule>>,] ? <<string>> )
131
- </dt>
132
- <dd>
129
+ <dt>
130
+ <pre class=prod>
131
+ <dfn>path()</dfn> = path( [<<fill-rule>> ,]? <<string>> )
132
+ </pre>
133
+ <dd dfn-type=value dfn-for="path()">
133
134
<ul>
134
135
<li>
135
136
<dfn><<fill-rule>></dfn> -
@@ -138,9 +139,9 @@ Supported Shapes</h3>
138
139
of the path.
139
140
See <a href="https://www.w3.org/TR/SVG/painting.html#FillRuleProperty">fill-rule</a> property
140
141
in SVG for details.
141
- Possible values are ''nonzero''
142
- or ''evenodd'' .
143
- Default value when omitted is ''nonzero'' .</li>
142
+ Possible values are <dfn> ''nonzero''</dfn>
143
+ or <dfn> ''evenodd''</dfn> .
144
+ Default value when omitted is ''nonzero'' .
144
145
<li>
145
146
The <dfn><<string>></dfn> represents an
146
147
<a href="https://www.w3.org/TR/SVG11/paths.html#PathData">SVG Path data string</a> .
@@ -150,9 +151,7 @@ Supported Shapes</h3>
150
151
by the first “move to” argument
151
152
in the path string.
152
153
For the initial direction follow SVG 1.1.
153
- </li>
154
154
</ul>
155
- </dd>
156
155
</dl>
157
156
158
157
<div class="issue-marker wrapper">
You can’t perform that action at this time.
0 commit comments