summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex')
-rw-r--r--Master/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex26
1 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex b/Master/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
index 47484997af7..181450ac27a 100644
--- a/Master/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
+++ b/Master/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
@@ -7,13 +7,13 @@
%
% See the file doc/generic/pgf/licenses/LICENSE for more details.
-\ProvidesFileRCS $Header: /cvsroot/pgf/pgf/generic/pgf/basiclayer/pgfcoretransparency.code.tex,v 1.5 2013/09/30 18:30:15 tantau Exp $
+\ProvidesFileRCS{pgfcoretransparency.code.tex}
% Sets the opacity of stroking operations.
-%
+%
% #1 = opacity, where 1 means fully opaque and 0 means fully
-% transparent.
+% transparent.
%
% Example:
%
@@ -25,9 +25,9 @@
% Sets the opacity of stroking operations.
-%
+%
% #1 = opacity, where 1 means fully opaque and 0 means fully
-% transparent.
+% transparent.
%
% Example:
%
@@ -40,8 +40,8 @@
% Sets the current blend mode. See Section 7.2.4 of the PDF
-% Specification 1.7 for an introduction to blend modes in general.
-%
+% Specification 1.7 for an introduction to blend modes in general.
+%
% #1 = One of the following modes, see also section 7.2.4 of the
% PDF Specification 1.7. (The PGF names, which are all lowercase with
% spaces as usual, must be mapped to the PDF or SVG by the drivers.)
@@ -81,7 +81,7 @@
% the TeX box. The mask can later be used to mask other graphics.
%
% The box is used to determine where the mask is opaque: At the
-% beginning, the mask is completely transparent. Whereever the box
+% beginning, the mask is completely transparent. Wherever the box
% contains something (like text or a picture or whatever), the
% luminosity of the text/graphic is used to determine how opaque the
% point will be. The greater the luminosity, the more opaque. The net
@@ -121,7 +121,7 @@
% Description:
%
% The command should be used *inside* a pgfpicture to install a
-% fading. The fading is a part of the graphic state. (This command
+% fading. The fading is a part of the graphic state. (This command
% works much like \pgfsetstrokeopacity).
%
% The mask will be centered on the origin. The transformation code #2 is
@@ -153,7 +153,7 @@
% the additional transformation #2 is applied. Finally, the mask is
% made part of the graphic state (as with \pgfsetfading). The path
% used for computation purposes only -- it is not drawn or otherwise
-% used.
+% used.
%
% If no transformations occur, the lower left corner of the path will
% lie on (25bp, 25bp), the upper right corner on (75bp, 75bp).
@@ -253,13 +253,13 @@
%
% This takes groups pgf commands inside a pgfpicture in a transparency
% group. This means that any transparency settings apply to commands a
-% whole. For instance, if a box contains two overlapping black
+% whole. For instance, if a box contains two overlapping black
% circles and you draw them normally with 50% transparency, then the
% overlap will be darker than the rest. By comparison, if the circles
% are part of a transparency group, the overlap will get the same
% color as the rest.
%
-%
+%
\def\pgftransparencygroup{%
\pgfutil@ifnextchar[{\pgftransparencygroup@}{\pgftransparencygroup@[]}%
@@ -277,7 +277,7 @@
isolated/.is if=pgfsys@transparency@group@isolated,
knockout/.is if=pgfsys@transparency@group@knockout
}
-
+
\def\endpgftransparencygroup{%
\egroup%
% Now compute the correct position. This is a bit tricky...