thorvg/test/images
Sergii Liebodkin 548962f5f8 apis/engines: Revise the clear() buffer behavior.
ThorVG has offered an option to clear the buffer since version 1.0.
This is essential when users utilize the canvas target buffer
with the main render target. They share the buffer
and need to draw contents onto the existing contents.

API:
Result Canvas::clear(bool free = true)
-> Result Canvas::clear(bool paints = true, bool buffer = true)

Tvg_Result tvg_canvas_clear(Tvg_Canvas* canvas, bool free);
-> Tvg_Result tvg_canvas_clear(Tvg_Canvas* canvas, bool paints, bool buffer);

Issue: https://github.com/thorvg/thorvg/issues/1779

Co-Authored-By: Hermet Park <hermet@lottiefiles.com>
2023-11-20 18:23:00 +09:00
..
logo.svg infra: seprate test image resources from the examples. 2021-07-19 14:43:26 +09:00
rawimage_200x300.raw infra: seprate test image resources from the examples. 2021-07-19 14:43:26 +09:00
rawimage_250x375.raw test: fix broken plugin support. 2023-04-06 19:47:10 +09:00
tag.svg tests: ++coverage of the svg_loader 2023-04-24 10:54:11 +09:00
tag.tvg apis/engines: Revise the clear() buffer behavior. 2023-11-20 18:23:00 +09:00
test.jpg dexample Picture: improve the test coverage. 2021-07-30 12:09:59 +09:00
test.json test: enhanced the unit-test coverage 2023-09-26 10:48:33 +09:00
test.png dexample Picture: improve the test coverage. 2021-07-30 12:09:59 +09:00
test.tvg tvg: revise the tvg binary format for 1.0 release 2023-11-02 11:58:23 +09:00
test.webp webp_loader: Introduce Webp image loader 2023-06-09 10:58:01 +09:00
test2.json test: enhanced the unit-test coverage 2023-09-26 10:48:33 +09:00
test3.json test: enhanced the unit-test coverage 2023-09-26 10:48:33 +09:00
test4.json test: enhanced the unit-test coverage 2023-09-26 10:48:33 +09:00
test5.json test: enhanced the unit-test coverage 2023-09-26 10:48:33 +09:00
test6.json test: enhanced the unit-test coverage 2023-09-26 10:48:33 +09:00
test7.json test: enhanced the unit-test coverage 2023-09-26 10:48:33 +09:00
test8.json test: enhanced the unit-test coverage 2023-09-26 10:48:33 +09:00
test9.json test: enhanced the unit-test coverage 2023-09-26 10:48:33 +09:00
tiger.svg infra: seprate test image resources from the examples. 2021-07-19 14:43:26 +09:00