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
155
155
e.g., when computing the rendered 'clip-path' .
156
156
157
157
158
- shape() = shape( <<'fill-rule'>> ? from <<coordinate-pair >> , <> #)
158
+ shape() = shape( <<'fill-rule'>> ? from <<position >> , <> #)
159
159
160
160
161
161
The <<'fill-rule'>> is interpreted identically to the same argument in ''path()'' .
@@ -166,8 +166,7 @@ The ''shape()'' Function
166
166
167
167
The from <> represents the starting point for the first shape-command.
168
168
It adds an initial
absolute moveto
169
- to the list of path data commands,
170
- with the <> 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 <> s represent
173
172
You can’t perform that action at this time.
0 commit comments