MOON
Server: Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
System: Linux csr818.wilogic.com 2.6.18-419.el5xen #1 SMP Fri Feb 24 22:50:37 UTC 2017 x86_64
User: digitals (531)
PHP: 5.4.45
Disabled: NONE
Upload Files
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&#160;I.&#160;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&#160;II.&#160;
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&#160;I.&#160;RSVG Overview">
<link rel="part" href="pt02.html" title="Part&#160;II.&#160;
Using RSVG
">
<link rel="part" href="pt03.html" title="Part&#160;III.&#160;
Using RSVG with Cairo
">
<link rel="part" href="pt04.html" title="Part&#160;IV.&#160;
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>&#160;</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>