这:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{patterns}
\begin{document}
\begin{tikzpicture}
\fill[pattern=horizontal lines] (0,0) -- (2,2) to[out=90,in=180] (4,5) -- (7,5) -- (7,0) -- cycle;
\fill[pattern=north east lines] (0,0) -- (2,2) to[out=0,in=270] (4,5) -- (0,5) -- cycle;
\end{tikzpicture}
\end{document}
产生这个:
“东北线”图案溢出到它应该填充的路径的右侧,这绝对不是我想要的。我做错了什么?
答案1
这似乎是 poppler 中的一个渲染错误,因为 xpdf 可以正确渲染图表。我已将此报告为错误 61737在https://bugs.freedesktop.org。