[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct color backend for rgb in DVI mode (d6f5c537b)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Jun 10 17:39:24 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/d6f5c537bb94f88a6450b8c4ab2e6cc6a3fb13d2

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

commit d6f5c537bb94f88a6450b8c4ab2e6cc6a3fb13d2
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Jun 10 16:36:30 2020 +0100

    Correct color backend for rgb in DVI mode


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

d6f5c537bb94f88a6450b8c4ab2e6cc6a3fb13d2
 l3backend/l3backend-color.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index 9a9d5d99d..2f7737006 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -125,7 +125,7 @@
   { \@@_backend_select:n { cmyk ~ #1 } }
 \cs_new_protected:Npn \@@_backend_gray:n #1
   { \@@_backend_select:n { gray ~ #1 } }
-\cs_new_protected:Npn \@@_backend_rgb:w #1
+\cs_new_protected:Npn \@@_backend_rgb:n #1
   { \@@_backend_select:n { rgb ~ #1 } }
 \cs_new_protected:Npn \@@_backend_spot:n #1
   { \@@_backend_select:n {#1} }





More information about the latex3-commits mailing list.