[latex3-commits] [l3svn] 02/02: Correct colour model data in direct pdf mode (fixes #383)

noreply at latex-project.org noreply at latex-project.org
Wed Jul 19 08:08:41 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 6df79b675ba8522595ffd6dcddfe77997b03d41a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Jul 19 07:08:04 2017 +0100

    Correct colour model data in direct pdf mode (fixes #383)
---
 l3kernel/l3drivers.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index b8f1ffb..d467450 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -638,9 +638,9 @@
 \cs_new:Npn \@@_color_convert_gray:w #1 ~ #2 \q_stop
   { #1 ~ g ~ #1 ~ G }
 \cs_new:Npn \@@_color_convert_cmyk:w #1 ~ #2 ~ #3 ~ #4 \q_stop
-  { #1 ~ #2 ~ #3 ~ rg ~ #1 ~ #2 ~ #3 ~ RG }
-\cs_new:Npn \@@_color_convert_rgb:w #1 ~ #2 ~ #3 ~ #4 ~ #5 \q_stop
   { #1 ~ #2 ~ #3 ~ #4 ~ k ~ #1 ~ #2 ~ #3 ~ #4 ~ K }
+\cs_new:Npn \@@_color_convert_rgb:w #1 ~ #2 ~ #3 ~ #4 ~ #5 \q_stop
+  { #1 ~ #2 ~ #3 ~ rg ~ #1 ~ #2 ~ #3 ~ RG }
 \cs_new_protected:Npx \@@_color_reset:
   {
     \cs_if_exist:NTF \luatex_pdfextension:D

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list