He estudiado ese problema en Internet y todavía no puedo encontrar la solución a la siguiente advertencia. En.archivo de registrome sale 20 veces
Missing character: There is no p in font nullfont!
Missing character: There is no t in font nullfont!
y obviamente no uso "pt" en ninguna parte. ¿Es posible que haya algún problema en flechas.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}