From: Alan Third Date: Tue, 8 Jul 2025 17:06:14 +0000 (+0100) Subject: Update documentation and NEWS with SVG changes (bug#77841) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=577f6c0bdd3130e6477ac129a31efaf5f7ba41eb;p=emacs.git 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) --- 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}