Converting svgs to png, blobUrls #175
Replies: 3 comments 4 replies
-
| 
         It is possible that images even are render in browser have issues with CORS. In this case you beed to use useProxy and put a proxy to avoid the problem. Check your dev console, snapDOM informs if there if a problem with images  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         It can work with SVGs, but there’s a gotcha with the setup you described — especially if the SVGs contain   | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         I managed to solve #169 to handle images with blob, that may help you. I didn't release yet because I'm focused on fix some regression related with capture speed and this patch make the things worse.  | 
  
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a list of svgs in a grid that I want to convert to a png. When calling snapdom the text from the svgs converts fine but the images don't show up. The image links were create with createObjectUrl. When converting them to dataUrls it also does not work. Is this supposed to work with svgs?
Beta Was this translation helpful? Give feedback.
All reactions