v0.3.0
0.3.0
Added
- Added
vello_svg::Error
, which is returned by new functions that read text into ausvg::Tree
. - Added
vello_svg::render
, which takes an svg string and renders to a new vello scene. - Added
vello_svg::append
, which takes an svg string and renders to a provided vello scene. - Added
vello_svg::append_with
, which takes an svg string and renders to a provided vello scene with and error handler. - Added
vello_svg::render_tree
, which takes a usvg::Tree and renders to a provided vello scene with and error handler.
Changed
- Updated to vello 0.2
- Updated to usvg 0.42
- Renamed
render_tree
toappend_tree
- Renamed
render_tree_with
toappend_tree_with
and removed theResult<(), E>
return type for the error handler.
Removed
- All code and related profiling (
wgpu_profiler
) used in examples.
What's Changed
Full Changelog: v0.2.0...v0.3.0