summaryrefslogtreecommitdiff
path: root/graphics/libsvgtiny/pkg-descr
blob: 5374dd8ffc2d5f481c972e9301f01f37e4f64f27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Tiny SVG fremebuffer abstraction library, written in C.

The overall idea of the library is to take some SVG as input, and return
a list of paths and texts which can be rendered easily. The library does
not do the actual rendering.

All supported SVG objects, for example circles, lines, and gradient
filled shapes, are converted to flat-filled paths or a fragment of text,
and all coordinates are converted, transformed etc. to pixels.

WWW: https://www.netsurf-browser.org/projects/libsvgtiny/