Search found 1 match
- 2013-08-12T07:42:33-07:00
- Forum: Developers
- Topic: SVG to jpg conversion fails if svg contains http/https urls
- Replies: 1
- Views: 6541
SVG to jpg conversion fails if svg contains http/https urls
I am trying to convert svgfile.svg to jpgfile.jpg using ImageMagick . svgfile.svg: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg style="overflow: hidden; position: relative;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="794" version="1.1" height ...