[latex3-commits] [git/LaTeX3-latex3-graphics-def] fixpagecolor: correct nopagecolor for xetex/dvipdfmx (5431592)

Ulrike Fischer fischer at troubleshooting-tex.de
Wed Aug 26 10:00:47 CEST 2020


Repository : https://github.com/latex3/graphics-def
On branch  : fixpagecolor
Link       : https://github.com/latex3/graphics-def/commit/54315926cb8b0bc14c712bca30e7564ef9e43cba

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

commit 54315926cb8b0bc14c712bca30e7564ef9e43cba
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Wed Aug 26 10:00:47 2020 +0200

    correct nopagecolor for xetex/dvipdfmx


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

54315926cb8b0bc14c712bca30e7564ef9e43cba
 dvipdfmx.def | 2 +-
 xetex.def    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dvipdfmx.def b/dvipdfmx.def
index 361d89a..f23e93e 100644
--- a/dvipdfmx.def
+++ b/dvipdfmx.def
@@ -83,7 +83,7 @@
         background \current at color}}
 \def\define at color@named#1#2{%
   \expandafter\let\csname col@#1\endcsname\@nnil}
-      \def\no at page@color{\special{background \string"newpath clip}}
+\def\no at page@color{\special{background gray 1}}
 \@ifundefined{Gin at decode}
   {\let\Gin at decode\@empty}
   {}
diff --git a/xetex.def b/xetex.def
index bb2cba8..873fb51 100644
--- a/xetex.def
+++ b/xetex.def
@@ -83,7 +83,7 @@
         background \current at color}}
 \def\define at color@named#1#2{%
   \expandafter\let\csname col@#1\endcsname\@nnil}
-      \def\no at page@color{\special{background \string"newpath clip}}
+\def\no at page@color{\special{background gray 1}}
 \@ifundefined{Gin at decode}
   {\let\Gin at decode\@empty}
   {}





More information about the latex3-commits mailing list.