I'm happy to report that svg graphics is looking better. I'm testing on Fedora FC7(test4) x86_64.
I'm using: # FORMATS SECTION ########################## # \format "svg" "svg" "SVG" "" "inkscape --file=$$i" "inkscape --file=$$i" "vector" # # CONVERTERS SECTION ########################## # \converter "svg" "png" "inkscape --without-gui --file=$$i --export-png=$$o" "" #\converter "svg" "pdf2" "inkscape --export-area-drawing --without-gui --file=$$i --export-pdf=$$o" "" \converter "svg" "pdf2" "convert $$i $$o" "" Conversion svg->pdf for use with pdflatex seems to give nice results (not bitmap). Unfortunately, the version of 'convert' I have on Fedora FC6 segfaults, but the FC7 one is working (well, at least on 1 simple test).
