Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Similar problem with \fill:
\usetikzlibrary{patterns}
\begin{tikzpicture}
\def\mypath{(0,0) -- +(0,1) arc (180:0:1.5cm) -- +(0,-1)}
\fill [red] \mypath;
\pattern[pattern color=green,pattern=bricks] \mypath;
\end{tikzpicture}
Note: \pattern is not understood by parser and thus does not cause exception.
Original comment by notdiffi...@gmx.net
on 3 Mar 2011 at 8:15
Fixed in version 0.1.3
Original comment by notdiffi...@gmx.net
on 18 Jun 2011 at 11:03
Original issue reported on code.google.com by
notdiffi...@gmx.net
on 3 Mar 2011 at 7:58