]> git.eshelyaron.com Git - emacs.git/commit
Fix SVG colors (bug#56182)
authorAlan Third <alan@idiocy.org>
Mon, 11 Sep 2023 18:58:14 +0000 (19:58 +0100)
committerAlan Third <alan@idiocy.org>
Wed, 13 Sep 2023 19:19:44 +0000 (20:19 +0100)
commit6cc6455e931913e42ef844c4a7d6ddcd0bf53788
tree5a32100fd6fcb6fb15c17b0501b05c3517573be4
parent9396d73942e0c912d978c25f9883e51668d33255
Fix SVG colors (bug#56182)

* src/image.c (svg_load_image): Reverse the R and B bytes in the
Windows colors before using them to generate the SVG.
src/image.c