[aisleriot] svg: Allow big SVG card themes to load



commit 462b1ae8338581fc3a29b5ce43cdb3ef06cd9751
Author: Christian Persch <chpe gnome org>
Date:   Mon Aug 18 21:08:50 2014 +0200

    svg: Allow big SVG card themes to load

 src/lib/ar-svg.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/lib/ar-svg.c b/src/lib/ar-svg.c
index 196db99..aa7fcba 100644
--- a/src/lib/ar-svg.c
+++ b/src/lib/ar-svg.c
@@ -326,6 +326,9 @@ ar_svg_new_from_gfile_sync (GFile *file,
                          cancellable,
                          error,
                          "file", file,
+#if LIBRSVG_CHECK_VERSION (2, 40, 3)
+                         "flags", RSVG_HANDLE_FLAG_UNLIMITED,
+#endif
                          NULL);
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]