example: clean up++

This commit is contained in:
Hermet Park 2025-05-06 11:43:16 +09:00
parent 4e64804839
commit 6008120d35

View file

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