]> gitweb.michael.orlitzky.com - libsvgtiny-pixbuf.git/commitdiff
README: we no longer conflict with librsvg
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 9 Aug 2023 04:05:25 +0000 (00:05 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 9 Aug 2023 12:16:26 +0000 (08:16 -0400)
README

diff --git a/README b/README
index de48400eb95914d497a97e8d7be1d05b06ff8255..db832277dce48aa7272d9b55afe60ac09f147966 100644 (file)
--- a/README
+++ b/README
@@ -61,9 +61,6 @@ then you need to replace librsvg if you want to keep using GTK. And,
 
 == Caveats ==
 
 
 == 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
 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:
 
 
 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
 
 
       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
      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 ==
 
 
 == References ==