Skip to content

Instantly share code, notes, and snippets.

@VincentTam
Created August 10, 2014 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VincentTam/02391d6016da80df1ffa to your computer and use it in GitHub Desktop.
Save VincentTam/02391d6016da80df1ffa to your computer and use it in GitHub Desktop.
The LaTeX source code of the figure for illustrating the problem described in https://vincenttam.github.io/blog/2014/07/13/evince-viewing-error/
\documentclass[tikz]{standalone}
\usetikzlibrary{calc,through,intersections,backgrounds,patterns}
\begin{document}
\begin{tikzpicture}
\filldraw [pattern=grid] (0,0) circle (1);
\end{tikzpicture}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment