mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
example: clean up++
This commit is contained in:
parent
4e64804839
commit
6008120d35
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue