diff --git a/src/examples/PictureRaw.cpp b/src/examples/PictureRaw.cpp index 94261c48..bdae9726 100644 --- a/src/examples/PictureRaw.cpp +++ b/src/examples/PictureRaw.cpp @@ -61,7 +61,6 @@ void tvgDrawCmds(tvg::Canvas* canvas) auto circle = tvg::Shape::gen(); circle->appendCircle(350, 350, 200,200); - circle->fill(255, 255, 255, 255); picture2->composite(move(circle), tvg::CompositeMethod::ClipPath);