Please see the following GIF file that shows the output of some arrows in my computer: (arrow in first pdf is from TikZ-cd doc.pdf and second pdf generated by @Schrödinger's cat in this post)

What is the problem really? it is because of my PC graphic card or
TikZcan't determine the line width in this case? How can I fix this problem?


\[\begin{tikzcd} A \arrow[supset-latex,r] \arrow[supset-latex,d] \arrow[supset-latex,dr] & B\\ C & D \\ \end{tikzcd}\]instead? According to what I find, the problem depends on the slope, which might be why it does not show up for the looped arrow. – Nov 28 '19 at 18:16dronly. – Nov 28 '19 at 18:30\usepackage{amssymb} \usepackage{tikz-cd}
\begin{document} \tikzset{ math to/.tip={Glyph[glyph math command=rightarrow]}, loop/.tip={Glyph[glyph math command=looparrowleft, swap]}, weird/.tip={Glyph[glyph math command=Rrightarrow, glyph length=1.5ex]}, pi/.tip={Glyph[glyph math command=pi, glyph length=1.5ex, glyph axis=0pt]}, } \begin{tikzpicture}[line width=rule_thickness] \draw[loop-math to] (0,2) to (1,2); \end{tikzpicture} \end{document}` also has the problem.
– Nov 28 '19 at 18:49\xrightarrowalso have same problem. Isn't these because of bad calculating or my machine unit measurement or maybe latex internal issues? – Nov 29 '19 at 05:59