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

Missing quotes in a tooltip results in error while creating graph. #51

Open
Vrixyz opened this issue Sep 20, 2024 · 0 comments
Open

Missing quotes in a tooltip results in error while creating graph. #51

Vrixyz opened this issue Sep 20, 2024 · 0 comments

Comments

@Vrixyz
Copy link
Contributor

Vrixyz commented Sep 20, 2024

Follow up on : https://github.com/Jondolf/avian/pull/383/files#r1768146223

Error message while running dot -Tsvg dump.dot:

Error: dump.dot: syntax error in line 129 near ':'

line 129:

"node_System(5)" -> "node_System(6)" ["lhead"="", "ltail"="", "tooltip"=<Plugin>build::{{closure}} → solve_constraint<FixedJoint, 2>, "color"="#3363bb"]

I can fix it manually by adding the quote for tooltip value.

I imagine this is an upstream bug from petgraph, but I'm letting breadcrumbs everywhere to have the most context.

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