devkit_ui.utils.topo_renderer
Functions
|
Transparent overlay SVG with only the live robot marker (map frame). |
|
|
- devkit_ui.utils.topo_renderer.build_robot_svg(nodes: Iterator[TopoNode], robot: tuple | None) str[source]
Transparent overlay SVG with only the live robot marker (map frame).
Kept separate from build_svg so robot movement updates this layer alone, never replacing the clickable node DOM (which would drop its click handlers).