
I have problem when try to convert SVG to PNG use Inkscape, the SVG file contain custom font that not available in my machine(Linux).
SVG File:
https://dl.dropboxusercontent.com/u/61378613/source_file.svg
Here the command to convert into PNG:
Code: Select all
sudo inkscape -z -e result.png -w 3750 -h 7350 -d 3028 source_file.svg
Here there result when use inkscape:
http://i.stack.imgur.com/ueTHd.png
this is the result open in browser:
http://i.stack.imgur.com/z3Cow.png
this work fine if the font installed in my machine. is there ever have the same case and has a solution ?
thank you