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
Follow up on : https://github.com/Jondolf/avian/pull/383/files#r1768146223
Error message while running dot -Tsvg dump.dot:
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Follow up on : https://github.com/Jondolf/avian/pull/383/files#r1768146223
Error message while running
dot -Tsvg dump.dot
:line 129:
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.
The text was updated successfully, but these errors were encountered: