[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook] Docbook and SVG howto
[moving to docbook-apps@lists.oasis-open.org ] Hi Thierry, here's an example: <section><title>SVG</title> <mediaobject> <imageobject> <imagedata width="200" depth="200" fileref="foo.svg" format="SVG"/> </imageobject> <imageobject> <imagedata width="200" depth="200" fileref="foo.png" format="PNG"/> </imageobject> <textobject> <phrase>[alternative textual representation here]</phrase> </textobject> </mediaobject> </section> To get a PNG from an SVG you can use commandlines like this one: java -Xms64m -jar /path/to/batik-rasterizer.jar foo.svg -d foo.png -m image/png -w 490 -h 130 -dpi 300 -validate > I have last question: What svg editor do you use? Check http://www.pinkjuice.com/svg/links/links.xhtml#Software Sodipodi ( http://sodipodi.sourceforge.net/ ) is getting better and better. Tobi -- http://www.pinkjuice.com/
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]