From 6101ef5186963a2838ada3f34fb7a395230568bb Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 28 Jul 2019 23:23:44 +0200 Subject: [PATCH] Add libRSVG to the list of optional dependencies (#2837) Since commit 3295e9f33d33067838, the imagebox tries to use libRSVG via lgi.Rsvg to load SVG files without rasterising them immediately. Instead, they are directly drawn at the expected size. Signed-off-by: Uli Schlachter --- docs/01-readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/01-readme.md b/docs/01-readme.md index 49f6251c..e64c19a9 100644 --- a/docs/01-readme.md +++ b/docs/01-readme.md @@ -104,6 +104,8 @@ Additionally, the following optional dependencies exist: - [GTK+ >= 3.10](https://www.gtk.org/) for `./themes/gtk/` - [xcb-errors](https://gitlab.freedesktop.org/xorg/lib/libxcb-errors) for pretty-printing of X11 errors +- [libRSVG](https://wiki.gnome.org/action/show/Projects/LibRsvg) for displaying + SVG files without scaling artifacts ## Running Awesome