Bastien ROUCARIES <roucaries.bastien+imagemag...@gmail.com> writes:

> By memory but you should check, you could convert somefile rsvg:otherfile.svg

doesn't seem to work. msvg:otherfile.svg works, but afaiu it uses the
very limited bultin renderer.

$ strace -f convert msvg:foo.svg foo.rgb 2>&1|grep 'exec.*inkscape' ; md5sum 
foo.rgb
5516d448816fe19326b0410c50a6eb21  foo.rgb
$ strace -f convert rsvg:foo.svg foo.rgb 2>&1|grep 'exec.*inkscape' ; md5sum 
foo.rgb
[pid 27809] execve("/bin/sh", ["sh", "-c", "\"inkscape\" \"foo.svg\" 
--export-pn"...], [/* 18 vars */]) = 0
[pid 27810] execve("/usr/bin/inkscape", ["inkscape", "foo.svg", 
"--export-png=/tmp/magick-27808Fg"..., "--export-dpi=90_90", 
"--export-background=rgb_100%_100"..., "--export-background-opacity=1"], [/* 18 
vars */]) = 0
6d83519b3f8e48af47e160ea343de35e  foo.rgb
$ strace -f convert foo.svg foo.rgb 2>&1|grep 'exec.*inkscape' ; md5sum foo.rgb
[pid 27819] execve("/bin/sh", ["sh", "-c", "\"inkscape\" \"foo.svg\" 
--export-pn"...], [/* 18 vars */]) = 0
[pid 27820] execve("/usr/bin/inkscape", ["inkscape", "foo.svg", 
"--export-png=/tmp/magick-278185c"..., "--export-dpi=90_90", 
"--export-background=rgb_100%_100"..., "--export-background-opacity=1"], [/* 18 
vars */]) = 0
6d83519b3f8e48af47e160ea343de35e  foo.rgb

looking at debian/rules i see:
"--without-rsvg"

introduced in:
commit 50f2d17e9e2555c16440a6c105fbe55db80a946c
Author: Bastien ROUCARIÈS <roucaries.bast...@gmail.com>
Date:   Wed Jul 11 17:10:36 2012 +0200

    Use internal svg engine instead of rsvg one
    
    Rsvg pull gnome and a lot a depends.
    
    use internal engine

greetings,
jens


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to