You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text globalCompositeOperation that isn't source-over must render in isolation.
Without context isolation, since it renders letter by letter and the nature of letters that they don't overlap globalCompositeOperation will render nothing since each letter will render and clear the canvas.
We need to fix that by changing shouldCache
Text
globalCompositeOperation
that isn'tsource-over
must render in isolation.Without context isolation, since it renders letter by letter and the nature of letters that they don't overlap
globalCompositeOperation
will render nothing since each letter will render and clear the canvas.We need to fix that by changing
shouldCache
https://jsfiddle.net/ex9zo8mp/
toggle
textbox.shouldCache = () => true/false
The text was updated successfully, but these errors were encountered: