You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2.0/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,8 @@ A `LineTo` command with a command count of `n` MUST be immediately followed by `
152
152
* Within POLYGON geometries, this segment extends the current linear ring.
153
153
2. Moves the cursor to `(pX, pY)`.
154
154
155
+
For any pair of `(dX, dY)` the `dX` and `dY` SHOULD NOT both be `0`.
156
+
155
157
#### 4.3.3.3. ClosePath Command
156
158
157
159
A `ClosePath` command MUST have a command count of 1 and no parameters. The command closes the current linear ring of a POLYGON geometry via a line segment beginning at the cursor `(cX, cY)` and ending at the starting vertex of the current linear ring.
0 commit comments