mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 21:53:41 +00:00
test stroke: remove duplicated engine initialize call.
Change-Id: Ia592a45581eae4fd5c85e6ba4d9d0eef835b14c1
This commit is contained in:
parent
3bb272877a
commit
2b53b8018a
1 changed files with 0 additions and 3 deletions
|
@ -14,9 +14,6 @@ void tvgtest()
|
||||||
//Initialize TizenVG Engine
|
//Initialize TizenVG Engine
|
||||||
tvg::Engine::init();
|
tvg::Engine::init();
|
||||||
|
|
||||||
//Initialize TizenVG Engine
|
|
||||||
tvg::Engine::init();
|
|
||||||
|
|
||||||
//Create a Canvas
|
//Create a Canvas
|
||||||
auto canvas = tvg::SwCanvas::gen();
|
auto canvas = tvg::SwCanvas::gen();
|
||||||
canvas->target(buffer, WIDTH, WIDTH, HEIGHT);
|
canvas->target(buffer, WIDTH, WIDTH, HEIGHT);
|
||||||
|
|
Loading…
Add table
Reference in a new issue