summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-05 22:40:38 +0000
committerKarl Berry <karl@freefriends.org>2019-01-05 22:40:38 +0000
commit22536bb2b5257046d271b1eaa11b4a275d5ec041 (patch)
tree2500eaf5c26b11e00ebd33a64fccfa332cd5a66c /Master/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
parentcf794f0e2db6857972a9d48d4466a4f03a7057a0 (diff)
pgf (5jan19)
git-svn-id: svn://tug.org/texlive/trunk@49607 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex')
-rw-r--r--Master/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex42
1 files changed, 21 insertions, 21 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex b/Master/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
index 86bd57c32fe..971752304a7 100644
--- a/Master/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
+++ b/Master/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
@@ -7,7 +7,7 @@
%
% See the file doc/generic/pgf/licenses/LICENSE for more details.
-\ProvidesFileRCS $Header: /cvsroot/pgf/pgf/generic/pgf/basiclayer/pgfcoreshade.code.tex,v 1.15 2013/07/15 14:24:02 tantau Exp $
+\ProvidesFileRCS{pgfcoreshade.code.tex}
%
% Parsing functions
@@ -170,11 +170,11 @@
% "rgb(1cm)=(1,0,0)". Multiple specifications are separated by a
% semicolon and a space. At least two specifications must be
% given. The specified positions must be given in increasing
-% order.
+% order.
%
% Description:
%
-% The optional dependecies have the following effect: If present, it
+% The optional dependencies have the following effect: If present, it
% should consist of a list of colors, separated by commas. Each time
% the shading is used, these colors will be reevaluated. It will be
% checked whether the colors still have their "original meaning". If
@@ -204,12 +204,12 @@
\fi}
-% Declares a vertical shading for later use.
+% Declares a vertical shading for later use.
%
-% #1 = optinal dependecies
+% #1 = optional dependencies
% #2 = name of the shading for later use
% #3 = height of the shading
-% #4 = color specification
+% #4 = color specification
%
% Example:
%
@@ -234,12 +234,12 @@
\fi}
-% Declares a radial shading for later use.
+% Declares a radial shading for later use.
%
% #1 = optional dependencies
% #2 = name of the shading for later use
% #3 = center of inner circle
-% #4 = color specification
+% #4 = color specification
%
% Description:
%
@@ -248,7 +248,7 @@
% radius is the start of the color specification. The
% center of the outer circle is at the center of the whole shading,
% whose radius is the end of the color specification. For example,
-% suppose the color specification is "rgb(1cm)=(1,1,1); rgb(2cm)=(0,0,0)".
+% suppose the color specification is "rgb(1cm)=(1,1,1); rgb(2cm)=(0,0,0)".
% Then the shading would be 4cm times 4cm large. The inner circle would
% have diameter 1cm and the outer circle would have diameter 2cm. The
% outer circle would be centered in the middle of the shading, whereas
@@ -279,14 +279,14 @@
-% Declares a functional shading for later use.
+% Declares a functional shading for later use.
%
-% #1 = optional dependecies
+% #1 = optional dependencies
% #2 = name of the shading for later use
% #3 = lower left corner of the shading as a pgfpoint.
% #4 = upper right corner of the shading as a pgfpoint.
% #5 = Preparation code
-% #6 = a PDF type 4 function (restricted Postscript function), see the
+% #6 = a PDF type 4 function (restricted Postscript function), see the
% PDF-specification 1.7, section 3.9.4
%
% Description:
@@ -297,7 +297,7 @@
% color as an output. Note that the function is evaluated by the
% *renderer*, not by PGF or TeX or someone else at compile-time. This
% means that the evaluation of this function has to be done *extremely
-% quickly* and the funciton should be *very simple*. For this reason,
+% quickly* and the function should be *very simple*. For this reason,
% only a very restricted set of operations are possible in the
% function (see 3.9.4 of the PDF-spec 1.7). Also functions should be
% kept small. Any errors in the function will only be noticed by the
@@ -318,9 +318,9 @@
%
% Because of the rather difficult PostScript syntax, use this macro
% only *if you know what you are doing* (or if you are advanterous, of
-% course).
+% course).
%
-% As for other shadings, the optional depencies argument is used to
+% As for other shadings, the optional dependencies argument is used to
% determine whether a shading needs to be recalculated when a color
% has changed.
%
@@ -331,10 +331,10 @@
% Inside the PostScript function #6 you cannot use colors
% directly. Rather, you must push the color components on the
% stack. For this, it is useful to call \pgfshadergb in the startup
-% code #4. The macro takes a color name as input and stores the color's
+% code #4. The macro takes a color name as input and stores the color's
% red/green/blue components real numbers between 0.0 and 1.0 separated
% by spaces (which is exactly what you need if you want to push it on
-% a stack) in a macro.
+% a stack) in a macro.
%
% Example:
%
@@ -412,7 +412,7 @@
% Inserts a box into the text that contains a previously defined
-% shading.
+% shading.
%
% #1 = Name of a shading
%
@@ -467,7 +467,7 @@
\ifpgfpicture%
\pgfsys@shadinginsidepgfpicture{#1}%
\else%
- \pgfsys@shadingoutsidepgfpicture{#1}%
+ \pgfsys@shadingoutsidepgfpicture{#1}%
\fi%
}
@@ -533,7 +533,7 @@
\ifdim\pgf@pathminx=16000pt%
\pgfwarning{No path specified that can be filled}%
\else%
- \begingroup%
+ \begingroup%
% Calculate center:
\pgf@xb=.5\pgf@pathmaxx%
\advance\pgf@xb by.5\pgf@pathminx%
@@ -573,7 +573,7 @@
\fi%
\pgfuseshading{#1}%
\pgfsys@endscope%
- \fi%
+ \fi%
\endgroup%
\fi%
}