From 227a04875207aeeb12f1869ed491cea0ba9a695e Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Thu, 27 Feb 2025 23:32:48 +0900 Subject: [PATCH] examples: updated gifsaver - walker.json has been removed --- examples/GifSaver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/GifSaver.cpp b/examples/GifSaver.cpp index 5de53aef..dcaf6568 100644 --- a/examples/GifSaver.cpp +++ b/examples/GifSaver.cpp @@ -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);