From 6008120d3573b57afdb2081a2c4152879f52c84e Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 6 May 2025 11:43:16 +0900 Subject: [PATCH] example: clean up++ --- examples/DirectUpdate.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/DirectUpdate.cpp b/examples/DirectUpdate.cpp index 8df162db..d2c68087 100644 --- a/examples/DirectUpdate.cpp +++ b/examples/DirectUpdate.cpp @@ -93,8 +93,6 @@ struct UserExample : tvgexam::Example if (tvgexam::verify(solid->reset())) { //Solid Shape solid->appendRect(-100 + (w * progress), -100 + (h * progress), 200, 200, (100 * progress), (100 * progress)); - solid->fill(127, 255, 255); - solid->strokeFill(0, 0, 255); solid->strokeWidth(30 * progress); //Gradient Shape