File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ The ''shape()'' Function</h4>
155
155
e.g., when computing the rendered 'clip-path' .
156
156
157
157
<pre class=prod>
158
- <dfn>shape()</dfn> = shape( <<'fill-rule'>> ? from <<coordinate-pair >> , <<shape-command>> #)
158
+ <dfn>shape()</dfn> = shape( <<'fill-rule'>> ? from <<position >> , <<shape-command>> #)
159
159
</pre>
160
160
161
161
The <<'fill-rule'>> is interpreted identically to the same argument in ''path()'' .
@@ -166,8 +166,7 @@ The ''shape()'' Function</h4>
166
166
167
167
The <css> from <<coordinate-pair>> </css> represents the starting point for the first shape-command.
168
168
It adds an initial <a href="https://www.w3.org/TR/SVG/paths.html#PathDataMovetoCommands">absolute moveto</a>
169
- to the list of path data commands,
170
- with the <<coordinate-pair>> measured from the top-left corner of the [=reference box=] .
169
+ to the list of path data commands.
171
170
172
171
The sequence of <dfn><<shape-command>></dfn> s represent
173
172
further <a href="https://www.w3.org/TR/SVG11/paths.html#PathData">path data commands</a> .
You can’t perform that action at this time.
0 commit comments