2d-inc / Flare-JS

Flare Javascript ES6 runtime with Canvas rendering.
https://flare.rive.app
MIT License
265 stars 59 forks source link

Fixing setMatrix to concat. #5

Closed YukiOya closed 5 years ago

YukiOya commented 5 years ago

setMatrix removed and changed to concat function on CanvasKit. https://github.com/google/skia/commit/92d8ea6f993043a3d1513ee62bfd70a774edf52d

luigi-rosso commented 5 years ago

Thank you @YukiOya, interesting that setMatrix was removed. There are some cases where it's nice to have.