Skip to content

Commit

Permalink
- moved colorlet to the codeexample itself instead of to pre in…
Browse files Browse the repository at this point in the history
… `pgfmanual-en-base-quick.tex`

Co-Authored-By: Henri Menke <[email protected]>
  • Loading branch information
Mo-Gul and hmenke committed Aug 27, 2019
1 parent 2d5fb0c commit 51b935b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/generic/pgf/text-en/pgfmanual-en-base-quick.tex
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ \subsection{Quick Path Construction Commands}
Adds a radius around the origin of the given \meta{radius}. This command is
orders of magnitude faster than |\pgfcircle{\pgfpointorigin}{|\meta{radius}|}|.
%
\begin{codeexample}[pre={\colorlet{examplefill}{yellow!80!black}}]
\begin{codeexample}[]
\colorlet{examplefill}{yellow!80!black}
\begin{tikzpicture}
\draw[help lines] (0,0) grid (1,1);
\pgfpathqcircle{10pt}
Expand Down

0 comments on commit 51b935b

Please sign in to comment.