pub fn draw_tree(
    tree: &mut ArenaTree<String>,
    name: String,
    options: &Options,
    config: &Config
)
Expand description

Draw the svg of a simple tree.