]> git.eshelyaron.com Git - emacs.git/commit
Fix SVG image dimension calculations (bug#44065)
authorAlan Third <alan@idiocy.org>
Mon, 19 Oct 2020 20:19:57 +0000 (21:19 +0100)
committerAlan Third <alan@idiocy.org>
Thu, 22 Oct 2020 19:05:59 +0000 (20:05 +0100)
commitb42481e22eb1c1adfcef419d45bf9733837684cb
treee758fd3c0f8bbf55a00e699fe8e936e69a258e04
parent87239f0a5c613dc716328e129bf79b69979b8a12
Fix SVG image dimension calculations (bug#44065)

* src/image.c (svg_load_image): Calculate the image size by using the
viewBox size and applying it to the image.
* etc/PROBLEMS: Describe the problem with librsvg 2.45 and below.
etc/PROBLEMS
src/image.c