Skip to content

Releases: Brooooooklyn/canvas

v0.1.10

27 Sep 15:51
a24d676
Compare
Choose a tag to compare

0.1.10 (2021-09-27)

Bug Fixes

  • image_filter to Image SamplingOptions conversion (0719022)

Features

  • implement filter for Context (6079927)

blur

brightness

contrast

drop-shadow

grayscale

hue-rotate

invert

opaticy

saturate

sepia

v0.1.9

24 Sep 15:18
88d29d4
Compare
Choose a tag to compare

0.1.9 (2021-09-24)

Bug Fixes

  • aarch64-apple-darwin (macOS m1 chips) build [skip skia] (4deee73)

skia-199a4e0d

24 Sep 07:32
adfe755
Compare
Choose a tag to compare
Merge pull request #361 from Brooooooklyn/fix-m1

build: fix m1 build

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