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