File: //usr/local/ssl/share/gtk-doc/html/rsvg/rsvg.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Part I. RSVG Overview</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
<link rel="home" href="index.html" title="RSVG Reference Manual">
<link rel="up" href="index.html" title="RSVG Reference Manual">
<link rel="previous" href="index.html" title="RSVG Reference Manual">
<link rel="next" href="pt02.html" title="Part II. 
Using RSVG
">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="rsvg.html" title="Part I. RSVG Overview">
<link rel="part" href="pt02.html" title="Part II. 
Using RSVG
">
<link rel="part" href="pt03.html" title="Part III. 
Using RSVG with Cairo
">
<link rel="part" href="pt04.html" title="Part IV. 
Using RSVG with GdkPixbuf
">
<link rel="index" href="ix01.html" title="Index">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td> </td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">RSVG Reference Manual</th>
<td><a accesskey="n" href="pt02.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="part" lang="en">
<div class="titlepage">
<div><div><h1 class="title">
<a name="rsvg"></a>RSVG Overview</h1></div></div>
<div></div>
</div>
<div class="partintro" lang="en">
<div>
<div></div>
<div></div>
</div>
<p>
The GNOME SVG Library (RSVG) is library for rendering SVG and SVGZ files. RSVG is released under the GNU General Public
License (GNU GPL), which allows for flexible licensing of client applications.
</p>
<p>
RSVG depends on the following libraries:
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term">GLib</span></td>
<td><p>
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.
</p></td>
</tr>
<tr>
<td>
<span class="term">Pango</span></td>
<td><p>
A general-purpose text library. http://www.pango.org/
</p></td>
</tr>
<tr>
<td>
<span class="term">GdkPixbuf</span></td>
<td><p>
A general-purpose image library.
</p></td>
</tr>
<tr>
<td>
<span class="term">Cairo</span></td>
<td><p>
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/
</p></td>
</tr>
</tbody>
</table></div>
<p>
</p>
</div>
</div>
</body>
</html>