Skip to content

Commit

Permalink
cmy is now supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrike Fischer committed Aug 24, 2022
1 parent ce2577b commit 4946045
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions xcolor.dtx
Expand Up @@ -4855,13 +4855,7 @@
\ExplSyntaxOn
\cs_set_protected:Npn \XC@expl@color@set@@nnn #1#2#3
{
\str_if_eq:nnTF {#2}{ cmy }
{
\color_set:nnn{#1}{ cmyk }{#3,0}
}
{
\color_set:nnn{#1}{#2}{#3}
}
\color_set:nnn{#1}{#2}{#3}
}
% \end{macrocode}
%
Expand Down

0 comments on commit 4946045

Please sign in to comment.