Double arrow is tilted to the left when in a square #96
-
Hello, Link. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
At the moment, there's not a convenient way to do this in quiver, but you can modify the output TikZ code: \[\begin{tikzcd}
\bullet && \bullet \\
\\
\bullet && {\text{very loooong name}}
\arrow[from=1-1, to=3-1]
\arrow[""{name=0, anchor=center, inner sep=0}, from=1-1, to=1-3]
\arrow[from=1-3, to=3-3]
\arrow[""{name=1, anchor=center, inner sep=0, pos=0.92}, from=3-1, to=3-3]
\arrow[shorten <=9pt, shorten >=9pt, Rightarrow, from=0, to=1]
\end{tikzcd}\] Notice the |
Beta Was this translation helpful? Give feedback.
-
Does widening the diagram not help? |
Beta Was this translation helpful? Give feedback.
-
By the way, this issue is now addressed by using the "Align source/target" checkboxes: For instance, here is your modified diagram. |
Beta Was this translation helpful? Give feedback.
By the way, this issue is now addressed by using the "Align source/target" checkboxes:
For instance, here is your modified diagram.