]> git.eshelyaron.com Git - emacs.git/commit
Move CSS into the SVG wrapper
authorAlan Third <alan@idiocy.org>
Sat, 24 May 2025 20:12:22 +0000 (21:12 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 08:04:36 +0000 (10:04 +0200)
commitbfd8e77f2669413a8ad3555300a1f3cd2717f5e4
treef6957b5c350b29eb0251495734369431d9a34acc
parent8576072d3d2dbeffb849fe66a3957b20c7734f20
Move CSS into the SVG wrapper

This allows CSS to be used with librsvg < 2.48.

* src/image.c (svg_load_image): Move CSS construction and include
"color".  Also append the CSS passed in by the user rather than
replacing it.

(cherry picked from commit 9f5d17cd7219f72066488c6c57f77e4db9ca2563)
src/image.c