Skip to main content

render

Function render 

Source
pub fn render(graph: &Graph, options: &RenderOptions) -> String
Expand description

Render a Toolpath Graph to a Graphviz DOT string. The graph is the single root document type — single-path graphs render through the inline path-level layout for cleaner output, multi-path graphs use the cluster layout, and an empty graph renders an empty digraph.