绘制箭头时“字体 nullfont 中没有 p”

绘制箭头时“字体 nullfont 中没有 p”

我已经在网上研究过这个问题,但仍然无法解决以下警告。在。日志档案我得到 20 次

Missing character: There is no p in font nullfont!
Missing character: There is no t in font nullfont!

而我显然没有在任何地方使用“pt”。 arrows.meta 中可能存在问题吗? MWE:

\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{arrows.meta}

\begin{document}

\begin{tikzpicture}
\draw[line width=7,-{Triangle[angle=60:1 1.5]},postaction={draw,white,line width=6,shorten <=0.5,shorten >=0.9}] (6.36,9.5) -- (5.1,9.5);
\end{tikzpicture}

\end{document}

相关内容