fixed printing issue with tikz patterns

master
Martin Scheidt 2022-05-20 14:29:04 +02:00
parent 52f377a361
commit ad2815455e
4 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -11,7 +11,7 @@
\newcommand{\IfLanguage}[2]{\IfLanguageName{#1}{#2}{}}
\usepackage{lmodern,microtype,mathptmx,courier}
\usetikzlibrary{patterns}
% \usetikzlibrary{patterns}
\begin{document}
\begin{tikzpicture}[font=\sffamily]

View File

@ -8,7 +8,7 @@
\draw (0,4) circle [radius=0.75];
\draw (1.2,4.25) -- ++(-0.25,-0.25) -- ++(0.25,-0.25) -- ++(0.25,0.25) -- cycle;
\draw (0,2) circle [radius=0.75];
\draw[pattern=north west lines] (1.2,2.25) -- ++(-0.25,0) arc (0:-90:-0.25cm and 0.45cm) -- cycle;
\draw[fill=black!20] (1.2,2.25) -- ++(-0.25,0) arc (0:-90:-0.25cm and 0.45cm) -- cycle;
\draw (1.2,2.25) -- ++(0.25,0) arc (0:-90:0.25cm and 0.45cm) -- cycle;
\draw (0,0) circle [radius=0.75];
\draw (1.2,0) circle [radius=0.25];

Binary file not shown.