bevy_mod_debugdump icon indicating copy to clipboard operation
bevy_mod_debugdump copied to clipboard

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

Open Vrixyz opened this issue 1 year ago • 0 comments

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.

Vrixyz avatar Sep 20 '24 07:09 Vrixyz