freebsd-ports/graphics/libsvgtiny/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
437 B
Plaintext

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.