examples: updated gifsaver

- walker.json has been removed
This commit is contained in:
Hermet Park 2025-02-27 23:32:48 +09:00
parent e6ec370229
commit 227a048752

View file

@ -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);