happyman / twmap

taiwan map related doc/code
GNU General Public License v2.0
80 stars 21 forks source link

svg2png issue #14

Closed happyman closed 8 years ago

happyman commented 8 years ago

bug report from user 14370158_1301448073200300_8493077299736119876_n so use imagemagick's convert to covert fix it. but encounter this error test

happyman commented 8 years ago

convert -list format |grep SVG MSVG SVG rw+ ImageMagick's own SVG internal renderer SVG SVG rw+ Scalable Vector Graphics (RSVG 2.40.1) SVGZ SVG rw+ Compressed Scalable Vector Graphics (RSVG 2.40.1)

use msvg solved. so svg2png wraps svg2png_magick, svg2png_inkscape as a71a782