Skip to content

Releases: DjDeveloperr/skia_canvas

v0.4.0

20 Nov 18:00
b606225
Compare
Choose a tag to compare

What's Changed

  • fix: ctx.direction was not working correctly
  • feat: Add some non-standard methods to Path2D object like simplify, toSVGString, etc.
  • feat: Add Canvas#toDataURL
  • fix: Canvas#encode returning 0 length buffer
  • feat: Make Image more Web-compatible. Now it supports loading using src. Data URLs are also supported now.

Full Changelog: 0.3.1...0.4.0

v0.3.1

14 Nov 06:43
0eacdd3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

v0.3.0

14 Nov 05:08
4d851d4
Compare
Choose a tag to compare

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 and textBaseline. 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, use readPixels instead
  • chore: Render benchmark results using Chart.js

New Contributors

Full Changelog: 0.2.0...0.3.0

v0.2.0

25 Oct 14:01
93de956
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.1...0.2.0

v0.1.1

24 Oct 16:28
Compare
Choose a tag to compare

Fixed a typo in example code in readme

v0.1.0

24 Oct 15:54
Compare
Choose a tag to compare

Introducing Skia Canvas

Fast, low-overhead & feature complete Canvas 2D API implementation using Skia.

https://deno.land/x/skia_canvas