mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
examples: updated gifsaver
- walker.json has been removed
This commit is contained in:
parent
e6ec370229
commit
227a048752
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ void exportGif()
|
|||
{
|
||||
auto animation = tvg::Animation::gen();
|
||||
auto picture = animation->picture();
|
||||
if (!tvgexam::verify(picture->load(EXAMPLE_DIR"/lottie/walker.json"))) return;
|
||||
if (!tvgexam::verify(picture->load(EXAMPLE_DIR"/lottie/sample.json"))) return;
|
||||
|
||||
picture->size(800, 800);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue