Search found 4 matches
- 2011-08-16T09:39:47-07:00
- Forum: IMagick
- Topic: Misplaced rasterized SVG elements
- Replies: 7
- Views: 19958
Re: Misplaced rasterized SVG elements
So firt thing to do is install librsvg2 and librsvg2-devel, then uninstall current imagemagick and then download, compile and install im, thats right?
- 2011-08-16T08:15:14-07:00
- Forum: IMagick
- Topic: Misplaced rasterized SVG elements
- Replies: 7
- Views: 19958
Re: Misplaced rasterized SVG elements
Well, I tryed it on my ubuntu PC issuing theese commands
But when i run $ identify -list format i still get$ sudo apt-get remove imagemagick
$ sudo apt-get install imagemagick librsvg2-bin
...
SVG SVG rw+ Scalable Vector Graphics (XML 2.7.6)
...
- 2011-08-15T17:39:47-07:00
- Forum: IMagick
- Topic: Misplaced rasterized SVG elements
- Replies: 7
- Views: 19958
Re: Misplaced rasterized SVG elements
OK, what i have to ask to my share hosting provider? Do the need to install something?
Thanks a lot!
Thanks a lot!
- 2011-08-15T13:18:45-07:00
- Forum: IMagick
- Topic: Misplaced rasterized SVG elements
- Replies: 7
- Views: 19958
Misplaced rasterized SVG elements
Hi, iḿ using this little chunk of code to convert from SVG to JPG using IMagick API. The code works flawlessly, but the rasterized JPG got some elements misplaces (I tthink that the rotated ones only) This is the code <?php $usmap = '/www/docs/.com.ar/public_html/presugen/export/svgGenerado.svg'; ...