[latex3-commits] [git/LaTeX3-latex3-graphics-def] fix-stockwidth: correct background color in dvisvgm issue #31 (3f4f653)

Ulrike Fischer fischer at troubleshooting-tex.de
Thu Sep 22 22:06:17 CEST 2022


Repository : https://github.com/latex3/graphics-def
On branch  : fix-stockwidth
Link       : https://github.com/latex3/graphics-def/commit/3f4f6531bb277225704a73617bf4a3c8eb20e7bc

>---------------------------------------------------------------

commit 3f4f6531bb277225704a73617bf4a3c8eb20e7bc
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Thu Sep 22 22:06:17 2022 +0200

    correct background color in dvisvgm issue #31


>---------------------------------------------------------------

3f4f6531bb277225704a73617bf4a3c8eb20e7bc
 dvisvgm.def | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dvisvgm.def b/dvisvgm.def
index 8390ee2..e8f9501 100644
--- a/dvisvgm.def
+++ b/dvisvgm.def
@@ -78,7 +78,7 @@
 \def\current at color{ Black}
 \def\set at color{\special{color push  \current at color}\aftergroup\reset at color}
 \def\reset at color{\special{color pop}}
-\def\set at page@color{\special{bgcolor \current at color}}
+\def\set at page@color{\special{background  \current at color}}
 \def\define at color@named#1#2{\expandafter\let\csname col@#1\endcsname\@nnil}
 \def\Grot at start{%
   \special{ps: gsave currentpoint currentpoint translate \Grot at angle\GPT at space neg rotate neg exch neg exch translate}%
@@ -254,4 +254,3 @@
 \endinput
 %%
 %% End of file `dvisvgm.def'.
-





More information about the latex3-commits mailing list.