summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/utilities/pgfutil-context.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/utilities/pgfutil-context.def')
-rw-r--r--Master/texmf-dist/tex/generic/pgf/utilities/pgfutil-context.def88
1 files changed, 42 insertions, 46 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/utilities/pgfutil-context.def b/Master/texmf-dist/tex/generic/pgf/utilities/pgfutil-context.def
index e78655e9d09..16ba0611783 100644
--- a/Master/texmf-dist/tex/generic/pgf/utilities/pgfutil-context.def
+++ b/Master/texmf-dist/tex/generic/pgf/utilities/pgfutil-context.def
@@ -292,48 +292,48 @@
\fi
}
- % The cmyk part is from Joseph Wright.
- % See tex.stackexchange.com/questions/27952/cmyk-context-colors-in-tikz
- \def\pgfutil@registercolor#1{%
- \edef\pgf@temp{\PDFcolor{#1}}%
- \edef\pgf@marshal{\noexpand\pgfutil@in@{rg}{\pgf@temp}}%
- \pgf@marshal
- \ifpgfutil@in@
- \expandafter\pgfutil@context@parse@rgb\pgf@temp\pgf@stop{#1}%
- \else
- \edef\pgf@marshal{\noexpand\pgfutil@in@{g}{\pgf@temp}}%
- \pgf@marshal
- \ifpgfutil@in@
- \expandafter\pgfutil@context@parse@gray\pgf@temp\pgf@stop{#1}%
- \else
- \edef\pgf@marshal{\noexpand\pgfutil@in@{k}{\pgf@temp}}%
- \pgf@marshal
- \ifpgfutil@in@
- \expandafter\pgfutil@context@parse@cmyk\pgf@temp\pgf@stop{#1}%
- \else
- \pgferror{Color #1 has an unsupported color model.}%
- \pgfutil@definecolor{#1}{gray}{0}%
- \fi
- \fi
- \fi
- }
-
- \def\pgfutil@context@parse@gray#1 g#2\pgf@stop#3{%
- \pgfutil@definecolor{#3}{gray}{#1}
- }
-
- \def\pgfutil@context@parse@rgb#1 #2 #3 rg#4\pgf@stop#5{%
- \pgfutil@definecolor{#5}{rgb}{#1,#2,#3}
- }
-
- \def\pgfutil@context@parse@cmyk#1 #2 #3 #4k#5\pgf@stop #6{%
- \pgfutil@definecolor{#6}{cmyk}{#1,#2,#3,#4}%
- }
-
- \def\pgfutil@emu@cmyk#1#2,#3,#4,#5\@nil{%
- \expandafter\def\csname\string\color@#1\endcsname
- {\xcolor@{}{}{cmyk}{#2,#3,#4,#5}}%
- }
+ % The cmyk part is from Joseph Wright.
+ % See tex.stackexchange.com/questions/27952/cmyk-context-colors-in-tikz
+ \def\pgfutil@registercolor#1{%
+ \edef\pgf@temp{\PDFcolor{#1}}%
+ \edef\pgf@marshal{\noexpand\pgfutil@in@{rg}{\pgf@temp}}%
+ \pgf@marshal
+ \ifpgfutil@in@
+ \expandafter\pgfutil@context@parse@rgb\pgf@temp\pgf@stop{#1}%
+ \else
+ \edef\pgf@marshal{\noexpand\pgfutil@in@{g}{\pgf@temp}}%
+ \pgf@marshal
+ \ifpgfutil@in@
+ \expandafter\pgfutil@context@parse@gray\pgf@temp\pgf@stop{#1}%
+ \else
+ \edef\pgf@marshal{\noexpand\pgfutil@in@{k}{\pgf@temp}}%
+ \pgf@marshal
+ \ifpgfutil@in@
+ \expandafter\pgfutil@context@parse@cmyk\pgf@temp\pgf@stop{#1}%
+ \else
+ \pgferror{Color #1 has an unsupported color model.}%
+ \pgfutil@definecolor{#1}{gray}{0}%
+ \fi
+ \fi
+ \fi
+ }
+
+ \def\pgfutil@context@parse@gray#1 g#2\pgf@stop#3{%
+ \pgfutil@definecolor{#3}{gray}{#1}
+ }
+
+ \def\pgfutil@context@parse@rgb#1 #2 #3 rg#4\pgf@stop#5{%
+ \pgfutil@definecolor{#5}{rgb}{#1,#2,#3}
+ }
+
+ \def\pgfutil@context@parse@cmyk#1 #2 #3 #4k#5\pgf@stop #6{%
+ \pgfutil@definecolor{#6}{cmyk}{#1,#2,#3,#4}%
+ }
+
+ \def\pgfutil@emu@cmyk#1#2,#3,#4,#5\@nil{%
+ \expandafter\def\csname\string\color@#1\endcsname
+ {\xcolor@{}{}{cmyk}{#2,#3,#4,#5}}%
+ }
\let\pgfutil@registerrgb \pgfutil@registercolor
\let\pgfutil@registercmyk \pgfutil@registercolor
@@ -355,8 +355,4 @@
\long\def\AtBeginDocument#1{#1}%
-% pgfcalendar uses translations
-
-\def\pgfutil@translate#1{#1} % \translate works very different in ConTeXt
-
\endinput