<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!NOTATION PNG SYSTEM "PNG">
<!ENTITY hash "#">
<!ENTITY % local.notation.class "| PNG">
<!ENTITY RSVG SYSTEM "xml/rsvg.xml">
<!ENTITY Cairo SYSTEM "xml/rsvg-cairo.xml">
<!ENTITY GdkPixbuf SYSTEM "xml/rsvg-file-util.xml">
<!ENTITY ObjectIndex SYSTEM "xml/object_index.sgml">
<!ENTITY TreeIndex SYSTEM "xml/tree_index.sgml">
]>

<book id="index">
  <bookinfo>
    <title>RSVG Reference Manual</title>
  </bookinfo>

  <part id="rsvg">
    <title>RSVG Overview</title>
    <partintro>
    <para>
The GNOME SVG Library (RSVG) is library for rendering SVG and SVGZ files. RSVG is released under the GNU Library General Public
License (GNU LGPL), which allows for flexible licensing of client applications.
    </para>
    <para>
RSVG depends on the following libraries:

<variablelist>

<varlistentry>
<term>GLib</term>
<listitem><para>
A general-purpose utility library, not specific to graphical user interfaces.
GLib provides many useful data types, macros, type conversions,
string utilities, file utilities, a main loop abstraction, and so on.
</para></listitem>
</varlistentry>

<varlistentry>
<term>Pango</term>
<listitem><para>
A general-purpose text library. http://www.pango.org/
</para></listitem>
</varlistentry>

<varlistentry>
<term>GdkPixbuf</term>
<listitem><para>
A general-purpose image library.
</para></listitem>
</varlistentry>

<varlistentry>
<term>Cairo</term>
<listitem><para>
Cairo is a 2D graphics library with support for multiple output devices. Cairo is designed to produce consistent output on all output media while taking advantage of display hardware acceleration when available. http://www.cairographics.org/
</para></listitem>
</varlistentry>

</variablelist>

</para>
</partintro>
</part>

<part>
<title>
Using RSVG
</title>
&RSVG;
</part>

<part>
<title>
Using RSVG with Cairo
</title>
&Cairo;
</part>

<part>
<title>
Using RSVG with GdkPixbuf
</title>
&GdkPixbuf;
</part>

<index>
&ObjectIndex;
&TreeIndex;
</index>
</book>
