diff options
Diffstat (limited to 'graphics/pgf/contrib/tikz-ext/doc/tikz-ext-manual-en-library-patterns.images.tex')
-rw-r--r-- | graphics/pgf/contrib/tikz-ext/doc/tikz-ext-manual-en-library-patterns.images.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/pgf/contrib/tikz-ext/doc/tikz-ext-manual-en-library-patterns.images.tex b/graphics/pgf/contrib/tikz-ext/doc/tikz-ext-manual-en-library-patterns.images.tex index 2c02b157a9..10fa3aca6d 100644 --- a/graphics/pgf/contrib/tikz-ext/doc/tikz-ext-manual-en-library-patterns.images.tex +++ b/graphics/pgf/contrib/tikz-ext/doc/tikz-ext-manual-en-library-patterns.images.tex @@ -11,7 +11,7 @@ \section{Using Images as a Pattern} \label{library:patterns.images} -\begin{tikzlibrary}{patterns.images} +\begin{tikzlibrary}{ext.patterns.images} This library allows to use an image to be used as a repeating pattern for a path. \end{tikzlibrary} @@ -29,7 +29,7 @@ This is a two-step process: \begin{key}{/tikz/image as pattern=\meta{options} (default |\{\}|)} -\begin{codeexample}[preamble=\usetikzlibrary{patterns.images}] +\begin{codeexample}[preamble=\usetikzlibrary{ext.patterns.images}] \pgfsetupimageaspattern[width=.5cm]{grid}{example-image-1x1} \tikz \node[star, minimum size=3cm, draw, image as pattern={name=grid,options={left, bottom, y=-.5cm, rotate=45}}] {}; @@ -41,8 +41,8 @@ Specifies the name of the ``image-pattern'' to be used. \end{key} \begin{stylekey}{/tikz/image as pattern/option} -Options that's be used by the internal |\pgftext|, -only keys from |/pgf/text| should be used. +Options that's be used by the internal |\pgftext|,\indexCommandO{\pgftext} +only keys from |/pgf/text| should be used.\indexKeyO[/pgf/]{text} \end{stylekey} \begin{stylekey}{/tikz/image as pattern/options=\meta{style}} |