blob: 1f135de616b9fccddc90406a1b86519c9c0e2170 (
plain) (
blame)
1
2
3
4
5
6
7
|
The librsvg library is a lightweight library for parsing and rendering
vector-graphic files in SVG format (like the ones made by sodipodi). It also
includes functions that render anti-aliased fonts using freetype, including
caching of glyphs. It is used by Nautilus for drawing vector icons and
anti-aliased text.
This is a rustified version of LibRsvg.
|