Skip to content

Releases: Brooooooklyn/canvas

0.1.8

19 Sep 15:48
270386f
Compare
Choose a tag to compare

0.1.8 (2021-09-19)

  • build: rollback CPU target for x86 platform cc369b8

skia-fe4b799e

19 Sep 15:06
33113d0
Compare
Choose a tag to compare
build: fix musl.Dockerfile

v0.1.7

14 Sep 14:53
e232068
Compare
Choose a tag to compare

0.1.7 (2021-09-14)

Bug Fixes

  • deps: update rust crate cssparser to 0.29 (36ff54f)
  • transform state between save/restore (d313b80)

skia-68eae500

14 Sep 11:28
Compare
Choose a tag to compare
fix(deps): update rust crate cssparser to 0.29

v0.1.6

25 Aug 05:58
Compare
Choose a tag to compare

0.1.6 (2021-08-25)

Bug Fixes

  • example to png (90edf49)
  • pass the fabric.js visual tests (ec55b3a)
    • Fix addColorStop sort issue in CanvasGradient
    • Fix Transform::inverse method
    • No need map_points in CanvasGradient::get_shader
    • CSS Color now allowed to be empty string
    • Allow createPattern from another Canvas
    • toDataURL should be STANDARD base64
    • swap Path in beginPath for better performance
  • strip start and end ' from font family (177e4f6)

Features

skia-975fcdd7

24 Aug 16:28
0fb3563
Compare
Choose a tag to compare
Merge pull request #343 from Brooooooklyn/fabric

Fabric.js compatible

v0.1.5

13 Aug 14:15
Compare
Choose a tag to compare

0.1.5 (2021-08-13)

Bug Fixes

  • default value of FilterQuality in SamplingOptions should be high (389aa26)

Features

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)