Function vello_svg::render_tree

source ·
pub fn render_tree(scene: &mut Scene, svg: &Tree)
Expand description

Append a usvg::Tree into a Vello Scene, with default error handling This will draw a red box over (some) unsupported elements

Calls render_tree_with with an error handler implementing the above.

See the module level documentation for a list of some unsupported svg features