domenic / svg2png

Converts SVGs to PNGs, using PhantomJS
Other
584 stars 134 forks source link

this svg to png loss #56

Open owen-hong opened 8 years ago

owen-hong commented 8 years ago

My svg2png version:3.0.0

image

svg location:https://www.digitalocean.com/assets/media/homepage/team-collaboration-898f387c.svg

domenic commented 8 years ago

Confirmed. Not much we can do about this unfortunately; it just means our upstream dependency of PhantomJS is unable to deal :(

osiris-plus commented 4 years ago

Phantomjs is discontinued now. Problems are piling up, is there something else that can be done?

osiris-plus commented 4 years ago

Oops, noticed that I've opened a wrong repo. https://www.npmjs.com/package/svg2img seems to do its job.