@@ -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,21 +139,19 @@ 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
- The <string> represents an
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> .
147
148
The path data string must be conform
148
149
to the grammar and parsing rules of SVG 1.1.
149
150
The initial position is defined
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">
0 commit comments