]> git.eshelyaron.com Git - emacs.git/commit
Fix SVG scaling (bug#59802)
authorManuel Giraud <manuel@ledu-giraud.fr>
Tue, 13 Dec 2022 09:10:03 +0000 (10:10 +0100)
committerEli Zaretskii <eliz@gnu.org>
Fri, 16 Dec 2022 15:47:37 +0000 (17:47 +0200)
commitdc78779c0cd1f057830458f341c280ddb6695409
treee0d91eabc48cc8883e1d2223ab038ef500b769fe
parent10415d9651b0c85f9d6585cb789100c239c532b4
Fix SVG scaling (bug#59802)

Fix SVG scaling with librsvg>2.52 and SVG file with only one known
dimension.

* src/image.c (svg_load_image): Compute a percentage dimension with
the other known dimension.
src/image.c