This is an alpha version of this book.

[SVG]svg:svg

Name

svg:svg — An SVG graphic

Synopsis

If the SVG Module is used, ImageObjects can include svg:svg graphics.

Description

The Scalable Vector Graphics Recommendation from the W3C defines the features and syntax for SVG, a language for describing two-dimensional vector and mixed vector/raster graphics in XML.

A complete description of SVG is outside the scope of this reference.

Examples

<!DOCTYPE mediaobject PUBLIC "-//OASIS//DTD DocBook SVG Module V1.0beta1//EN"
              "dbsvg.dtd">
<mediaobject>
<imageobject>
<svg:svg/>
</imageobject>
</mediaobject>

Copyright © 1999, 2000, 2001 O'Reilly & Associates, Inc.