Releases: linebender/velato
Releases · linebender/velato
v0.3.1
v0.3.0
0.3.0
Added
- Added
velato::Renderer::render
, which now returns a new vello scene.
Changed
- Updated to vello 0.2
- Renamed
VelatoError
tovelato::Error
- Renamed the existing
velato::Renderer::render
tovelato::Renderer::append
Removed
- All code and related profiling (
wgpu_profiler
) used in examples.
What's Changed
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.2.0
Changed
- Disable
vello
's defaultwgpu
feature, and provide awgpu
passthrough feature to turn it back on. (#17)
Fixed
- Image viewBox clipping is now applied to the animation (#16)
- Errors that may occur on parsing a lottie composition are now public as
VelatoError
. (#19)
New Contributors
- @luke1188 made their first contribution in #16
- @MarijnS95 made their first contribution in #17
Full Changelog: v0.1.0...v0.2.0