mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
![]() These APIs have been thoroughly tested and verified. New API: - Result Animation::frame(float no) - Picture* Animation::picture() const - float Animation::curFrame() const - float Animation::totalFrame() const - float Animation::duration() const - static Animation::std::unique_ptr<Animation> gen() New CAPI: - Tvg_Animation* tvg_animation_new() - Tvg_Result tvg_animation_set_frame(Tvg_Animation* animation, float no) - Tvg_Paint* tvg_animation_get_picture(Tvg_Animation* animation) - Tvg_Result tvg_animation_get_frame(Tvg_Animation* animation, float* no) - Tvg_Result tvg_animation_get_total_frame(Tvg_Animation* animation, float* cnt) - Tvg_Result tvg_animation_get_duration(Tvg_Animation* animation, float* duration) - Tvg_Result tvg_animation_del(Tvg_Animation* animation) issue: https://github.com/thorvg/thorvg/issues/2067 |
||
---|---|---|
.. | ||
meson.build | ||
thorvg.h |