Skip to content

Releases: Brooooooklyn/canvas

v0.1.4

11 Aug 13:46
d2a848d
Compare
Choose a tag to compare

0.1.4 (2021-08-11)

Features

  • scale svg image if need (72c404c)

v0.1.3

06 Aug 16:53
a042630
Compare
Choose a tag to compare

0.1.3 (2021-08-06)

Bug Fixes

  • icudtl.dat download logic in publish job (f2bb048)

v0.1.2

05 Aug 15:36
04a5d2e
Compare
Choose a tag to compare

0.1.2 (2021-08-05)

Bug Fixes

  • Windows icudtl.data version and path (5c81eb7)

Features

  • implement convertSVGTextToPath function (9c7ca98)

v0.1.1

02 Aug 17:04
785a344
Compare
Choose a tag to compare

Bug Fixes

  • use viewbox as svg_container_size if width & height is empty (406a298)

Features

  • upgrade to skia/chrome/m93 latest (6ca9526)

skia-a8d840a5

02 Aug 06:49
cc2e0dd
Compare
Choose a tag to compare
Merge pull request #327 from Brooooooklyn/emoji-test

test: add emoji test

v0.1.0

30 Jul 14:37
f2f29b4
Compare
Choose a tag to compare

0.1.0 (2021-07-30)

Bug Fixes

  • canvas.png() to canvas.encode('png') (b2d5afe)
  • multi font families (2e934a5)
  • sample image size update (8b0b147)

Features

  • add .asWinding() to convert the sample image of SVG filltype (f9f0d2b)
  • add basic measureText setup (e1fc0bf)
  • measureText with all textAlign and textBaseline (1891d76)
  • support register font with family name alias (4860c80)
  • support woff/woff2 fonts (70b7aa2)
  • svg canvas backend (f95f67a)

skia-fd1d8f28

28 Jul 09:43
a051192
Compare
Choose a tag to compare
Merge pull request #265 from doodlewind/text

measureText

skia-d0a09f56

27 Jul 16:33
a051192
Compare
Choose a tag to compare
Merge pull request #265 from doodlewind/text

measureText

skia-8e69798f

29 Jul 01:45
a051192
Compare
Choose a tag to compare
Merge pull request #265 from doodlewind/text

measureText

v0.0.12

14 Jul 15:44
d51dd7d
Compare
Choose a tag to compare

0.0.12 (2021-07-14)

Features

  • support raw pixels output (f502548)
  • support toDataURL and toDataURLAsync on canvas element (1d8c790)