samizdatco / skia-canvas

A GPU-accelerated 2D graphics environment for Node.js
MIT License
1.67k stars 63 forks source link

update skia-safe to 0.69.0 #155

Closed 13661172102 closed 3 weeks ago

13661172102 commented 8 months ago

I have updated the skia-safe to version 0.69.0.

The api in version 0.69.0 has a little change.

Such as the get_fill_path method change to a utils method in path_utils

and &mut SkCanvas change to &SkCanvas.

I also modify the testcase.

velara3 commented 7 months ago

Would this add support for SVG Filters on the canvas?