From 577f6c0bdd3130e6477ac129a31efaf5f7ba41eb Mon Sep 17 00:00:00 2001 From: Alan Third Date: Tue, 8 Jul 2025 18:06:14 +0100 Subject: [PATCH] Update documentation and NEWS with SVG changes (bug#77841) * doc/lispref/display.texi (SVG Images): * etc/NEWS: Document changes to SVG foreground color handling. (cherry picked from commit 2e3ee3e44803849b085a498fd4e64f84243e6c28) --- doc/lispref/display.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 87ccba50213..592dd3adc3a 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -6526,7 +6526,7 @@ properties: @table @code @item :foreground @var{foreground} @var{foreground}, if non-@code{nil}, should be a string specifying a -color, which is used as the image's foreground color. If the value is +color, which is used as the CSS `currentcolor' value. If the value is @code{nil}, it defaults to the current face's foreground color. @item :background @var{background} -- 2.39.5