Closed jakubfiala closed 9 months ago
Need to test this, but the following approach might really enhance UX of the fill mode.
ImageData
drawImage
I'd say this should be pretty high priority as it's a major UX improvement especially for using atrament canvas in a larger app with lots of other UI.
this has now been added in 79f9bb161c10253d8b1dae18d6d0b78a2fb82080
Need to test this, but the following approach might really enhance UX of the fill mode.
ImageData
to a WWImageData
, we usedrawImage
to render it as it's a lot faster.I'd say this should be pretty high priority as it's a major UX improvement especially for using atrament canvas in a larger app with lots of other UI.