Medium / phantomjs

NPM wrapper for installing phantomjs
Other
1.43k stars 435 forks source link

Images in svg not rendering #612

Open dottodot opened 8 years ago

dottodot commented 8 years ago

I'm using svg2png and inside the svg there are image tags that aren't being rendered on the png that created. Thing is it work fine locally, and the images come from a cdn so should be accessible but on the server they don't work.

This is an example svg https://s3.eu-central-1.amazonaws.com/boxxer/uploads/items/57c46a04f1dc422b002ff291.svg and the result looks like https://res.cloudinary.com/dot-to-dot-design/image/upload/f_auto,q_auto,w_600/boxxer_s3/uploads/items/57c46a04f1dc422b002ff291_1472543810612.png

I'm not get any errors so the only thing I can think of is the server setup.

I'm using https://flynn.io which works very much like heroku so could there be anything wrong in the setup that would cause phantomjs to have this issue.