== Caveats ==
-This is a REPLACEMENT for librsvg, and cannot be used alongside it
-(the filenames and mimetypes clash).
-
The main downside is that libsvgtiny isn't as robust as librsvg. It
renders some things wrong, or a bit uglier than its counterpart. These
are in theory all fixable upstream however, and you will help the
This package builds three things:
- 1. The pixbuf loader, libpixbufloader-svg.so. It's a shared library
- that should probably be installed in the directory where all your
- other pixbuf loaders go. This is system-specific, but the command
+ 1. The pixbuf loader, libpixbufloader-libsvgtiny.so. It's a shared
+ library that should probably be installed in the directory where
+ all your other pixbuf loaders go. This is system-specific, but the
+ command
pkg-config --variable gdk_pixbuf_moduledir gdk-pixbuf-2.0
this by loading an SVG into a pixbuf, and then saving that pixbuf
as a PNG. Unless you override GDK_PIXBUF_MODULE_FILE, it will use
the pixbuf loaders from the system location, so you probably have
- to install libpixbufloader-svg.so and update the loader cache
- before svg2png will use it.
+ to install libpixbufloader-libsvgtiny.so and update the loader
+ cache before svg2png will use it.
== References ==