This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] 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/




To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]