Skip to content
New issue

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

Labels with multiple lines don't work #17

Open
FeldrinH opened this issue Sep 24, 2023 · 0 comments
Open

Labels with multiple lines don't work #17

FeldrinH opened this issue Sep 24, 2023 · 0 comments

Comments

@FeldrinH
Copy link

When doing something like node.setAttribute("label", "Line 1\nLine2") I expected to get Line 1 and Line 2 on two separate lines. Instead I got the lines concatenated on the same line (Line1Line2). This works as expected with the JavaFX renderer but not with the Swing renderer.

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

No branches or pull requests

1 participant