thorvg/test
Hermet Park 6761c5c2a0 API: Replace the Canvas::clear() API with Canvas::remove() & draw()
Added a `clear` parameter to Canvas::draw(), allowing users to decide
whether to clear the target buffer before drawing.

To remove the paints from a canvas, please use Canvas::remove()

C++ API Removals:
- Result Canvas::clear(bool paints, bool buffer)

C++ API Modifications:
- Result Canvas::draw()
 -> Result Canvas::draw(bool clear)

C API Removals:
- Tvg_Result tvg_canvas_clear(bool paints, bool buffer)

C API Modifications:
- Tvg_Result tvg_canvas_draw(Tvg_Canvas* canvas)
 -> Tvg_Result tvg_canvas_draw(Tvg_Canvas* canvas, bool clear)

issue: https://github.com/thorvg/thorvg/issues/1372
2024-12-10 11:59:46 +09:00
..
regression common: fix 178+ spelling errors 2024-07-01 21:58:46 +09:00
resources lottie: support default slot overriding 2024-11-09 17:28:52 +09:00
catch.hpp test: upgrade catch2 2023-01-30 13:28:44 +09:00
meson.build tests: remove capi tests 2024-11-21 23:39:17 +09:00
testAccessor.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testAnimation.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testFill.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testInitializer.cpp tests: version api tests 2024-07-18 12:47:58 +09:00
testLottie.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testMain.cpp tests: introduce catch2 unit tests infrastructure. 2021-06-04 16:46:34 +09:00
testPaint.cpp API: Replace the Canvas::clear() API with Canvas::remove() & draw() 2024-12-10 11:59:46 +09:00
testPicture.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testSavers.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testScene.cpp api: 1.0 specification revision 2024-12-04 11:44:58 +09:00
testShape.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testSwCanvas.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testSwEngine.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testText.cpp api: revise the spec 2024-11-09 12:29:15 +09:00