v0.3.0
What's Changed
- chore: Add benchmarks by @lino-levan in #17
- fix: Ensure ICU download dir exists on windows by @enricobuehler in #19
- feat: Support for creating GPU backed Canvas by @DjDeveloperr in #16 (currently to use this feature you have to create OpenGL context using a library like GLFW first)
- fix: Added missing members of
textAlign
andtextBaseline
. Now they're fully implemented - fix: Make canvas resizable. However, resizing will reset it just like in browser
- fix: Issues with context state management
- fix: Remove
Canvas#pixels
raw buffer as it can provide error prone results, usereadPixels
instead - chore: Render benchmark results using Chart.js
New Contributors
- @lino-levan made their first contribution in #17
- @enricobuehler made their first contribution in #19
Full Changelog: 0.2.0...0.3.0