atom-pdf-view
atom-pdf-view copied to clipboard
Patterns rendered incorrectly
Patterns drawn with tikzpackage {patterns} are sometimes rendered incorrectly. For instance diagonal pattern lines are not continuous.
\begin{tikzpicture}
\draw[pattern=north west lines] (0,0) circle (1);
\end{tikzpicture}

Thanks for opening an issue, @chunnoo 👋 Could you please attach a PDF which can be used to reproduce the problem (you can attach it as a file with a comment), and also list the version of this package that you're using, the version of Atom you're using, and your OS?