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
Apparently the new Canvas render context implementation of newest Chrome 66 and later and the new Firefox can't render the image anymore on the canvas with the rasterizeHTML older implementation.
This is the fix we should operate to have the library working again to latest browsers updates, but, at the moment, we have no resources to put on this issue, please, to the mantainers, have a look: https://developers.google.com/web/updates/2018/04/nic66#css-paint-api
The text was updated successfully, but these errors were encountered:
Can you clarify whether something is already broken, or what exactly you think will break? The unit tests currently work in both current Chrome and Firefox on OSX for me, so it looks good to me.
It's already broken, we're using the allinone version as a standalone js in our project. It's was working on chrome 65 (tested on several workstation) but after the update to chrome 66 (OSX and Win) it's no longer working.
The page we are rendering has inside the DOM an SVG element with an IMAGE tag like:
Apparently the new Canvas render context implementation of newest Chrome 66 and later and the new Firefox can't render the image anymore on the canvas with the rasterizeHTML older implementation.
This is the fix we should operate to have the library working again to latest browsers updates, but, at the moment, we have no resources to put on this issue, please, to the mantainers, have a look:
https://developers.google.com/web/updates/2018/04/nic66#css-paint-api
The text was updated successfully, but these errors were encountered: