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: migration-guides/0.15-Migration-Guide.md
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -680,8 +680,6 @@ An arc could only be drawn clockwise due to an options field not being exposed i
680
680
- To just migrate code, set `useCounterClockwise` to false
681
681
- To get the new counter-clockwise behavior , set `useCounterClockwise` to true
682
682
683
-
- Support arcs that are drawn counter-clockwise (#58, #83 by @karljs and @JordanMartinez)
684
-
685
683
### `Transform` record type's fields renamed (`purescript-canvas`)
686
684
687
685
The `Transform` field names were changed because the values referenced by `m31` and `m32` corresponded to `dX` and `dY` in other contexts. MDN docs would use fields `a-f` to refer to the values in a context-agnostic way.
0 commit comments