summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-shadings.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-shadings.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-shadings.tex24
1 files changed, 18 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-shadings.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-shadings.tex
index 873d9a823ff..74b555a40e9 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-shadings.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-shadings.tex
@@ -1,8 +1,11 @@
-% Copyright 2003 by Till Tantau <tantau@cs.tu-berlin.de>.
+% Copyright 2006 by Till Tantau
%
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt.
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Free Documentation License.
+%
+% See the file doc/generic/pgf/licenses/LICENSE for more details.
\section{Declaring and Using Shadings}
@@ -181,8 +184,10 @@ in increasing order.
The center of the shading is translated (moved) such that it lies on
the center of the bounding box of the path. The low-level coordinate
system is also scaled such that the shading ``covers'' the shading (the
- details are a bit more complex, see below). Finally, the coordinate
- system is rotated by \meta{angle}.
+ details are a bit more complex, see below). Then, the coordinate
+ system is rotated by \meta{angle}. Finally, if the macro
+ |\pgfsetadditionalshadetransform| has been used, an additional
+ transformation is applied.
After everything has been set up, the shading is inserted. Due to
the transformations and clippings, the effect will be that the
@@ -320,6 +325,13 @@ in increasing order.
applications.
\end{command}
+\begin{command}{\pgfsetadditionalshadetransform\marg{transformation}}
+ This command allows you to specify an additional transformation
+ that should be applied to shadings when the |\pgfshadepath|
+ command is used. The \meta{transformation} should be
+ transformation code like |\pgftransformrotate{20}|.
+\end{command}
+
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "pgfmanual"