We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the current version of D2 (0.6.3) we're finding a problem that wasn't an issue on 0.6.1
When attaching a label to a container on the outside (example: outside-left-center), lines to and from that container render slanted
For example:
b: { label.near: outside-left-center label: Some Label c } d a -> b.c b.c -> d
D2 Playground
This also holds when using direction: right
direction: right b: { label.near: outside-top-left label: Some Label c } d a->b.c b.c->d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On the current version of D2 (0.6.3) we're finding a problem that wasn't an issue on 0.6.1
When attaching a label to a container on the outside (example: outside-left-center), lines to and from that container render slanted
For example:
D2 Playground
This also holds when using direction: right
D2 Playground
The text was updated successfully, but these errors were encountered: