]> git.eshelyaron.com Git - emacs.git/commit
Fix assertion on SVG load failure
authorAlan Third <alan@idiocy.org>
Sat, 12 Dec 2020 23:52:00 +0000 (23:52 +0000)
committerAlan Third <alan@idiocy.org>
Sat, 12 Dec 2020 23:53:47 +0000 (23:53 +0000)
commitc6f21e2420202a19a590c66ecc09bf8bb277778d
treed3b127c0c3c433d62900b0d05013caf3b9bae97e
parent89c6efc6903bd967930a192dfdaeed3551c08b51
Fix assertion on SVG load failure

* src/image.c (svg_load_image): Move setting DPI to after rsvg_handle
error checking.
src/image.c