You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
if there are to classes, on below the other, and they are connected with an association, then the labels of the association are placed directly on the line
Desired behavior
the labels should appear at sides of the line and should not cross it.
Bug
if there are to classes, on below the other, and they are connected with an association, then the labels of the association are placed directly on the line
Desired behavior
the labels should appear at sides of the line and should not cross it.
Code that demonstrates the bug
\begin{tikzpicture}
\begin{class}{ComputedPath}{0,0}
\attribute{path : Path}
\attribute{price : Double}
\end{class}
\begin{class}{RemoteStorage}{0,-3}
\end{class}
\association{ComputedPath}{foo}{1}%
{RemoteStorage}{bar}{1}
\end{tikzpicture}
P.S.: thanks for developing the package!
The text was updated successfully, but these errors were encountered: