From 7156b0efc714eaaab5bcf42138752f698e57b5ad Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 19 Sep 2019 16:07:58 +0200 Subject: [PATCH] Minor svg wrap tweak * lisp/net/shr.el (svg--wrap-svg): Add the size to the wrapper to avoid having the SVG images shrink (bug#37159). --- lisp/net/shr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/shr.el b/lisp/net/shr.el index d8a01cbbc1b..cd5aa3980a3 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -1192,7 +1192,7 @@ Return a string with image data." (with-temp-buffer (insert (format - " " + " " (face-foreground 'default) (car size) (cdr size) (base64-encode-string data t))) -- 2.39.5