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

Graphical issues with using `squiggly` #4

Closed varkor closed 1 year ago

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

Without nfold:

image

With nfold:

image
varkor commented 1 year ago

It's possible this issue is similar to the one I encountered in https://github.com/varkor/quiver/issues/94.

jonschz commented 1 year ago

Thanks again for testing and reporting. After some debugging I found that there are multiple bugs involved here, some of which boil down to the (frankly quite abusive) use of the decorations library. Some remedies are possible, but I am hoping that #7 will fix many of these problems on its own.

jonschz commented 1 year ago

This is now fixed on the development branch for #7 : grafik