Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

association: bad alignment of labels for vertical line #12

Open
skobls opened this issue Jan 24, 2016 · 0 comments
Open

association: bad alignment of labels for vertical line #12

skobls opened this issue Jan 24, 2016 · 0 comments

Comments

@skobls
Copy link

skobls commented Jan 24, 2016

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant