projects
/
platform
/
core
/
graphics
/
tizenvg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b524ab
)
example: correct clipper usage.
11/289811/1
author
Hermet Park
<hermetpark@gmail.com>
Sun, 22 Jan 2023 00:55:10 +0000
(09:55 +0900)
committer
Michal Szczecinski
<mihashco89@gmail.com>
Tue, 14 Mar 2023 09:48:02 +0000
(10:48 +0100)
it has been changed by
0de3872be33793d2c8db03d5b85da38670410626
Change-Id: I4e07b5bf178f13387dad526772d2ab6c68c57f14
src/examples/PictureRaw.cpp
patch
|
blob
|
history
diff --git
a/src/examples/PictureRaw.cpp
b/src/examples/PictureRaw.cpp
index
94261c4
..
bdae972
100644
(file)
--- 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);