Search found 5 matches
- 2018-02-16T16:02:41-07:00
- Forum: Users
- Topic: how to rotate svg with point coordinate (bug into IM SVG internal renderer)
- Replies: 8
- Views: 6658
Re: how to rotate svg with point coordinate (bug into IM SVG internal renderer)
Thanks, I filed a bug with inkscape
- 2018-02-16T15:35:13-07:00
- Forum: Users
- Topic: how to rotate svg with point coordinate (bug into IM SVG internal renderer)
- Replies: 8
- Views: 6658
Re: how to rotate svg with point coordinate (bug?)
problem solved by using rsvg.
I think I should fill a bug against internal IM renderer (for SVG).
How am i supposed to do that ?
Do I have to create a new thread in the correct forum section or that one is sufficient ?
I think I should fill a bug against internal IM renderer (for SVG).
How am i supposed to do that ?
Do I have to create a new thread in the correct forum section or that one is sufficient ?
- 2018-02-16T14:47:40-07:00
- Forum: Users
- Topic: how to rotate svg with point coordinate (bug into IM SVG internal renderer)
- Replies: 8
- Views: 6658
Re: how to rotate svg with point coordinate (bug?)
Thanks I will try to compile with RSVG.
Should I have to report a bug against internal IM renderer and inkscape ?
Regards,
convert -verbose logo.svg logo-im.png
'inkscape' '/tmp/magick-16168eVJHwSOWa7ag' --export-png='/tmp/magick-16168wYKkr7k52BpX' --export-dpi='90,90' --export-background='rgb ...
Should I have to report a bug against internal IM renderer and inkscape ?
Regards,
convert -verbose logo.svg logo-im.png
'inkscape' '/tmp/magick-16168eVJHwSOWa7ag' --export-png='/tmp/magick-16168wYKkr7k52BpX' --export-dpi='90,90' --export-background='rgb ...
- 2018-02-16T13:59:59-07:00
- Forum: Users
- Topic: how to rotate svg with point coordinate (bug into IM SVG internal renderer)
- Replies: 8
- Views: 6658
Re: how to rotate svg with point coordinate (bug?)
Hi,
I was using IM internal renderer.
I installed inkscape from debian package.
Now, IM is using inkscape, so rendring is different but still invalid.
The new result is : rotate is not applied at all.
inkscape is dropping : transform='rotate(5 515 325.67513) translate(-23, 24)'
rsvg is installed ...
I was using IM internal renderer.
I installed inkscape from debian package.
Now, IM is using inkscape, so rendring is different but still invalid.
The new result is : rotate is not applied at all.
inkscape is dropping : transform='rotate(5 515 325.67513) translate(-23, 24)'
rsvg is installed ...
- 2018-02-16T11:55:55-07:00
- Forum: Users
- Topic: how to rotate svg with point coordinate (bug into IM SVG internal renderer)
- Replies: 8
- Views: 6658
how to rotate svg with point coordinate (bug into IM SVG internal renderer)
Hi,
I'm trying to make an svg image, and I have difficulties with image magick rendering.
my svg code is :
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1030" height="940" transform='rotate(5 ...
I'm trying to make an svg image, and I have difficulties with image magick rendering.
my svg code is :
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1030" height="940" transform='rotate(5 ...