In a tikzcd diagram, even if I put the condition "no head", I see the tip in the pdf after compilation in the vertical and horizontal arrows. However, I don't see this problem in diagonal arrows.
Question: How do I get rid of the arrow tips?
Sample code:
\documentclass[a4paper]{article}
\usepackage{amsmath, amssymb}
\usepackage{tikz-cd}
\author{Work}
\title{}
\begin{document}
\maketitle
[
\begin{tikzcd}
a \arrow[r, no head, Rightarrow] \arrow[rd, no head, Rightarrow] & a \arrow[d, no head, Rightarrow] \
& a
\end{tikzcd}
.]
\end{document}
On compilation, I get the following diagram:



xypackage :-) – Zarko Nov 02 '20 at 15:53