Skip to content

Pattern Rendering Tikz with different viewers #228

@F-Phi

Description

@F-Phi

TeXworksVSFireboxPDFViewer

Left PDF Viewer in Firefox (incorrect) and Right Side TeXworks Viewer (correct) as well as Adobe Acrobat 7.0 Professional (correct)

\begin{tikzpicture}[overlay]
\fill [
pattern={Lines[
distance=20mm,
angle=45,
line width=5mm
]},
pattern color=red
] (-0.99,1.26) rectangle (13.78,-19.71); % A5 paper (-0.99,1.26) rectangle (13.78,-19.71)

\draw[pattern={Lines[angle=45,distance={3pt/sqrt(2)}]},pattern color=orange]
(-0.99,1.26) rectangle (13.78,-19.71);

\draw[pattern={Lines[angle=45,distance={10pt},line width=3pt]},pattern color=blue]
(0,0) rectangle +(1,1);

\end{tikzpicture}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions