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: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,10 @@ This release has an [MSRV] of 1.82.
26
26
27
27
- Breaking change: `Image` has been renamed to `ImageBrush`, which now consists of an `ImageData` and an `ImageSampler`. ([#117][], [#123][] by [@nicoburns][], [@DJMcNab][])
28
28
- Breaking change: `Font` has been renamed to `FontData` to match `ImageData`. ([#126][] by [@nicoburns][])
29
+
- Breaking change: the angle directions of `SweepGradientPosition` are now described to be clockwise in a Y-down coordinate system, as is common in computer graphics.
30
+
This is reversed from the most likely reading of the previous wording.
31
+
More generally, the angle directions are now described numerically to be unambiguous across coordinate systems.
32
+
The angle unit is now specified to be in radians. ([#130][] by [@tomcur][])
29
33
- Update to `color` 0.3.2. ([#115][] by [@sagudev][])
30
34
31
35
### Raw Resource Changes
@@ -154,13 +158,16 @@ This release has an [MSRV] of 1.70.
0 commit comments