svg2swf Libsvg Cairo
Status: Alpha
Brought to you by:
philipn
File | Date | Author | Commit |
---|---|---|---|
src | 2012-11-18 |
![]() |
[0bc9d7] sprintf_alloc: only define __USE_ISOC99 is not ... |
.gitignore | 2011-06-05 |
![]() |
[337d23] added gitignore |
AUTHORS | 2009-01-27 |
![]() |
[7b503c] Initial revision |
COPYING | 2009-01-27 |
![]() |
[7b503c] Initial revision |
ChangeLog | 2009-04-11 |
![]() |
[0fd70d] update to version 0.5 |
Makefile.am | 2011-06-12 |
![]() |
[105169] build: add majorminor suffix to avoid conflicts |
NEWS | 2009-04-11 |
![]() |
[0fd70d] update to version 0.5 |
README | 2009-01-27 |
![]() |
[7b503c] Initial revision |
RELEASING | 2009-01-27 |
![]() |
[7b503c] Initial revision |
autogen.sh | 2009-01-27 |
![]() |
[7b503c] Initial revision |
configure.in | 2012-11-18 |
![]() |
[7d3781] configure: set AM_SILENT_RULES to yes to help s... |
libsvg-cairo.pc.in | 2011-06-12 |
![]() |
[105169] build: add majorminor suffix to avoid conflicts |
libsvg-cairo - Render SVG content using cairo Description ----------- libsvg-cairo provides the ability to render SVG content from files or buffers. All rendering is performed using the cairo rendering library. Dependencies ------------ libsvg-cairo depends on libsvg and cairo. It should be easy to build on any reasonable system. Documentation ------------- libsvg-cairo is accessed by including its public header file: #include <svg-cairo.h> For now, that header file contains all existing documentation. But it was intentionally designed to be very intuitive to use without excessive explanations. History ------- libsvg-cairo was developed by Carl Worth <cworth@isi.edu>