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
+ Made `CanvasPolyfill` object and merged it into `Two.Utils` to remove circular dependencies
23
23
+ Made `Two.Collection._events` and `Two.Children.ids` not enumerated for more seamless invocation of `Array` methods like `Array.filter` and `Object` methods like `Object.keys`
@@ -29,25 +29,25 @@ All notable changes to this project will be documented in this file. The format
29
29
+`Two.Path.noStroke`, `Two.Text.noStroke`, and derivative methods now include setting both the stroke color to `"none"` and the line width to 0
30
30
+ Fixed `Two.Arc` flag behavior for `Two.Arc.width` and `Two.Arc.height` properties
+ Fixed getters on `Two.Anchor.left` and `Two.Anchor.right`[@eatgrass](https://github.com/eatgrass)
66
66
+ Improved `Two.Path.getBoundingClientRect`, `Two.Group.getBoundingClientRect`, and `Two.Text.getBoundingClientRect` to correctly handle projected points that are rotated by matrices
@@ -70,9 +70,9 @@ All notable changes to this project will be documented in this file. The format
70
70
+ Override `Two.Collection.map` method to be more explicit
71
71
+ Improved `types.d.ts` for renderers and base `Two` class
0 commit comments