mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-13 19:44:28 +00:00
parent
8dd5a3ade1
commit
8175f8dd2a
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue