From: Michael Orlitzky Date: Wed, 9 Aug 2023 04:05:25 +0000 (-0400) Subject: README: we no longer conflict with librsvg X-Git-Tag: 0.0.2~1 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=677848a8a1242eeb330b2a16ff78ce930ff61aeb;p=libsvgtiny-pixbuf.git README: we no longer conflict with librsvg --- diff --git a/README b/README index de48400..db83227 100644 --- a/README +++ b/README @@ -61,9 +61,6 @@ then you need to replace librsvg if you want to keep using GTK. And, == 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 @@ -80,9 +77,10 @@ still better than nothing. 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 @@ -100,8 +98,8 @@ This package builds three things: 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 ==