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
Hello! Css transform with matrix3d does not work correctly on iPad. There is screenshots how it looks (the top picture in the screenshots is how the original html that I tried to 'rasterize' to canvas looks). In the desktop it's OK, but in iPad z-part of transformation is not in canvas.
rasterizehtml version: 1.3.0
iPadOS version: 11.0
Desktop
iPad
The text was updated successfully, but these errors were encountered:
It is possible that during the processing of the HTML some style information gets lost. To rule this out I created the intermediate SVG manually using rasterizeHTML.js locally: https://jsbin.com/vohibojemu/1/edit?html,js,output
I don't have an iPad to check, could you check whether the a) SVG, b) Canvas, or c) Image render differently?
You'll notice that no dependency of rasterizeHTML.js is included.
It does look off on my latest Safari though, not just in the Canvas, but already in the image including the SVG as an data URI. This looks like a rendering error in Safari, and you could file a bug there.
Hello! Css transform with matrix3d does not work correctly on iPad. There is screenshots how it looks (the top picture in the screenshots is how the original html that I tried to 'rasterize' to canvas looks). In the desktop it's OK, but in iPad z-part of transformation is not in canvas.
rasterizehtml version: 1.3.0
iPadOS version: 11.0
Desktop
iPad
The text was updated successfully, but these errors were encountered: