# XML-LibRSVG **Repository Path**: mirrors_gitpan/XML-LibRSVG ## Basic Information - **Project Name**: XML-LibRSVG - **Description**: Read-only release history for XML-LibRSVG - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2025-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README XML::LibRSVG ============ This module is an interface to the gnome librsvg library. At the moment it is a toy. The api is *very* likely to change at any time. However it does work, allowing you to generate PNG's from SVG files. Which is quite a neat hack in itself. INSTALLATION You're on your own getting librsvg working. Whatever route you choose (I used ximian gnome), if you use RPM's make sure you also have the -devel RPMs of everything. PREREQUISITES Things this requires: gtk+ 1.2 gdk gdk-pixbuf libart freetype libpng librsvg And working config scripts for each (i.e. gdk-pixbuf-config must work). Except libpng, which doesn't have a config script.