Releases: DjDeveloperr/skia_canvas
Releases · DjDeveloperr/skia_canvas
Skia Canvas v0.5.8
This patch fixes some debug lines that were leftover in 0.5.7
Skia Canvas v0.5.7
- fix: crash caused by context.transform setting the wrong matrix in context state
- fix: getImageData not working correctly due to a typo
- fix: improve compatibility with web types
Skia Canvas v0.5.6
- fix: do not depend on internal ops
- chore: jsr support (available as
@gfx/canvas
)
Skia Canvas v0.5.5
What's Changed
- feat(Canvas): add support for displaying rich output in Jupyter Notebook by @DjDeveloperr in #60
Full Changelog: 0.5.4...0.5.5
Skia Canvas v0.5.4
Forgot to update the version in the 0.5.3 release which caused the old binary to be downloaded.
Skia Canvas v0.5.3
- fix(SvgCanvas): missing closing tag for SVG files. added
complete
method that must be called only once before encoding/writing to a file - fix: improve overall web compatibility by using symbols for private properties
Full Changelog: 0.5.2...0.5.3
Skia Canvas v0.5.2
What's Changed
- fix: update FFI API usage for Pointer API breaking changes by @load1n9 in #51
- fix: wrong baseline calculation by @DjDeveloperr
New Contributors
Full Changelog: 0.5.1...0.5.2
Skia Canvas v0.5.1
- fix: Ensure ICU file base path on Windows.
- fix: Initialize pixel buffer correctly. Fixes the random pixels on canvas.
- fix: Ref CanvasPattern's shader to prevent double free.
- fix: Wrong baseline calculation in
fillText
/strokeText
/measureText
This version should work fine with Deno 1.30.0.
v0.5.0
What's Changed
- fix: memory leaks by @DjDeveloperr in #34 and #40
- feat(Path2D): implement addPath method by @DjDeveloperr in #36
- chore: prebuilt skia binaries by @DjDeveloperr in #41
Full Changelog: 0.4.1...0.5.0
v0.4.1
What's Changed
- fix: fillText/strokeText/measureText were not encoding text properly by @DjDeveloperr in #31
Full Changelog: 0.4.0...0.4.1