[SVG]svg:svg

$Revision: 1666 $

$Date: 2002-06-12 07:19:37 -0400 (Wed, 12 Jun 2002) $

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>