• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-2,5721,913

AUTHORSH A D23-Oct-200228 21

COPYINGH A D02-Aug-200425.9 KiB511422

ChangeLogH A D15-Jun-200514.9 KiB449316

INSTALLH A D29-Sep-20049.1 KiB232176

Makefile.amH A D13-Feb-20051.8 KiB5843

Makefile.inH A D03-May-202221.9 KiB697608

NEWSH A D15-Jun-2005783 2718

READMEH A D05-Dec-2003682 2619

aclocal.m4H A D15-Jun-2005251.3 KiB7,1916,398

config.guessH A D15-Jun-200541.1 KiB1,4121,215

config.h.inH A D15-Jun-20051.5 KiB5939

config.subH A D15-Jun-200529.5 KiB1,5011,360

configureH A D15-Jun-2005733.5 KiB23,52719,124

configure.inH A D15-Jun-20051.7 KiB6848

depcompH A D29-Sep-200414.8 KiB523330

install-shH A D29-Sep-20049 KiB323188

libsvg-cairo.pc.inH A D05-Dec-2003242 1210

ltmain.shH A D15-Jun-2005180.9 KiB6,4615,088

missingH A D29-Sep-200410.3 KiB354266

mkinstalldirsH A D29-Sep-20041.9 KiB11285

README

1libsvg-cairo - Render SVG content using cairo
2
3Description
4-----------
5libsvg-cairo provides the ability to render SVG content from files or
6buffers. All rendering is performed using the cairo rendering library.
7
8Dependencies
9------------
10libsvg-cairo depends on libsvg and cairo. It should be easy to build on
11any reasonable system.
12
13Documentation
14-------------
15libsvg-cairo is accessed by including its public header file:
16
17#include <svg-cairo.h>
18
19For now, that header file contains all existing documentation. But it
20was intentionally designed to be very intuitive to use without
21excessive explanations.
22
23History
24-------
25libsvg-cairo was developed by Carl Worth <cworth@isi.edu>
26