Menu

Tree [1c6ddc] master /
 History

HTTPS access


File Date Author Commit
 src 2012-11-18 Philip de Nier Philip de Nier [1c6ddc] svg_gradient: remove set but unused variable ex...
 .gitignore 2011-06-05 Philip de Nier Philip de Nier [0a9892] added gitignore file
 AUTHORS 2009-03-17 Philip de Nier Philip de Nier [c9152b] added myself to AUTHORS;
 COPYING 2009-01-27 Philip de Nier Philip de Nier [5c650b] Initial revision
 ChangeLog 2009-04-11 Philip de Nier Philip de Nier [9c7dab] update to snapshot 0.5
 MAINTAINERS 2009-01-27 Philip de Nier Philip de Nier [5c650b] Initial revision
 Makefile.am 2011-06-12 Philip de Nier Philip de Nier [4827ab] build: add majorminor suffix to avoid conflicts
 NEWS 2009-04-11 Philip de Nier Philip de Nier [9c7dab] update to snapshot 0.5
 README 2009-01-27 Philip de Nier Philip de Nier [5c650b] Initial revision
 RELEASING 2009-01-27 Philip de Nier Philip de Nier [5c650b] Initial revision
 TODO 2009-01-27 Philip de Nier Philip de Nier [5c650b] Initial revision
 autogen.sh 2009-01-27 Philip de Nier Philip de Nier [5c650b] Initial revision
 configure.in 2012-11-18 Philip de Nier Philip de Nier [89cac2] configure: set AM_SILENT_RULES to yes to help s...
 libsvg.pc.in 2011-06-12 Philip de Nier Philip de Nier [4827ab] build: add majorminor suffix to avoid conflicts
 libsvg.spec.in 2009-01-27 Philip de Nier Philip de Nier [5c650b] Initial revision

Read Me

libsvg - a library for SVG files

Description
-----------
libsvg provides a parser for SVG content in files or buffers.

Dependencies
------------
libsvg depends on libxml2, and should be easy to build on any
reasonable system.

Usage
-----
libsvg does not do any rendering, but instead provides a
function-based interface that can be used by various rendering
engines. See the declaration of svg_render_engine_t in svg.h.

It is anticipated that the primary uses of libsvg would be in small
libraries that connect the libsvg parser to a rendering engine. Those
libraries, in turn, would provide the capability to applications to
directly render SVG content from files or buffers.

Known uses
----------
At this time, the only known library using libsvg is libsvg-cairo which
uses the cairo graphics library. A port of librsvg, (using libart), to
use libsvg is expected.

History
-------
libsvg was developed by Carl Worth <cworth@isi.edu>
libsvg was based on code from librsvg by Raph Levien <raph@acm.org>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.