jonschz / tikz-nfold

Triple, quadruple, and n-fold paths and arrows with TikZ
LaTeX Project Public License v1.3c
11 stars 1 forks source link

`dashed` affects arrowhead, not just body #6

Closed varkor closed 1 year ago

varkor commented 1 year ago
\begin{tikzcd}
    \bullet & \bullet
    \arrow[Rightarrow, dashed, from=1-1, to=1-2]
\end{tikzcd}

Without nfold:

image

With nfold:

image

(Also affects dotted, etc.)

jonschz commented 1 year ago

Thank you for reporting this issue and the extensive testing!