File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -126,10 +126,11 @@ Supported Shapes</h3>
126126 section, with the following integrated.
127127
128128 <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()">
133134 <ul>
134135 <li>
135136 <dfn><<fill-rule>></dfn> -
@@ -138,9 +139,9 @@ Supported Shapes</h3>
138139 of the path.
139140 See <a href="https://www.w3.org/TR/SVG/painting.html#FillRuleProperty">fill-rule</a> property
140141 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'' .
144145 <li>
145146 The <dfn><<string>></dfn> represents an
146147 <a href="https://www.w3.org/TR/SVG11/paths.html#PathData">SVG Path data string</a> .
@@ -150,9 +151,7 @@ Supported Shapes</h3>
150151 by the first “move to” argument
151152 in the path string.
152153 For the initial direction follow SVG 1.1.
153- </li>
154154 </ul>
155- </dd>
156155 </dl>
157156
158157 <div class="issue-marker wrapper">
You can’t perform that action at this time.
0 commit comments