From: Lars Ingebrigtsen Date: Thu, 19 Sep 2019 14:07:58 +0000 (+0200) Subject: Minor svg wrap tweak X-Git-Tag: emacs-27.0.90~1542 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7156b0efc714eaaab5bcf42138752f698e57b5ad;p=emacs.git 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). --- 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)))