https://www.bountysource.com/issues/1335840-large-images-add-to-canvas-squashed-in-ios
![]() | jaydenseric opened this issue on Nov 26, 2013 Large images are added to the canvas dramatically squashed on Safari iOS (6 or 7). This is persistent when manipulating the image with Fabric. See this image of a landscape scene: This is a known iOS Safari canvas issue with a programatic fix: See Stack Overflow post. There is a $50 open bounty on this issue. Add to the bounty at Bountysource. |
Comments 6 | |
![]() |
Can this be fixed for fabric js? |
![]() | Johannes Gottschalk on Jan 31, 2014 this issue is related to the limitations of mobile safari and can't really be fixed in fabric. What you need are smaller images or a dirty workaround. You can prevent this behavior on all devices by using images smaller than 3 megapixel. Devices with more than 256mb ram you can use images with 5MP |
![]() |
@jaydenseric can you attach an image that's squished (for testing) |
![]() |
I don't have access to the original project anymore. I think I was able to find the same image I used in the screenshot. It is a wallpaper from the internet, so I don't know the licensing implications of putting it here but here goes... |
![]() |
Has anyone successfully managed to use any of the linked fixes with fabric? |
![]() |
Hi guys. I am
|