Skip to content

Releases: DjDeveloperr/skia_canvas

Skia Canvas v0.5.6

03 Mar 21:21
5dfb82b
Compare
Choose a tag to compare
  • fix: do not depend on internal ops
  • chore: jsr support (available as @gfx/canvas)

Skia Canvas v0.5.5

17 Oct 15:45
a25f270
Compare
Choose a tag to compare

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

08 Jun 18:42
57b8e31
Compare
Choose a tag to compare

Forgot to update the version in the 0.5.3 release which caused the old binary to be downloaded.

Skia Canvas v0.5.3

08 Jun 16:01
a62b2b7
Compare
Choose a tag to compare
  • 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

24 Feb 13:50
e700595
Compare
Choose a tag to compare

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

26 Jan 11:48
b07deab
Compare
Choose a tag to compare
  • 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

11 Jan 08:02
a700bd1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.5.0

v0.4.1

16 Dec 10:09
f410c9d
Compare
Choose a tag to compare

What's Changed

  • fix: fillText/strokeText/measureText were not encoding text properly by @DjDeveloperr in #31

Full Changelog: 0.4.0...0.4.1

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