Search found 4 matches

by razor7
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?
by razor7
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
$ sudo apt-get remove imagemagick
$ sudo apt-get install imagemagick librsvg2-bin
But when i run $ identify -list format i still get
...
SVG SVG rw+ Scalable Vector Graphics (XML 2.7.6)
...
by razor7
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!
by razor7
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'; ...