thorvg/test
Hermet Park b214fd23bc common canvas/scene: introduce paints() api that returns the list of the paints.
These new apis would enable users to easily modify the motion scene,
The data structure of the paints has been changed from an array to a list.

@APIs:
std::list<Paint*>& Canvas::paints() noexcept;
std::list<Paint*>& Scene::paints() noexcept;

@Deprecated:
Result Canvas::reserve(uint32_t size) noexcept;
Result Scene::reserve(uint32_t size) noexcept;

@Issue: https://github.com/thorvg/thorvg/issues/1203
2023-06-09 10:54:03 +09:00
..
capi common canvas/scene: introduce paints() api that returns the list of the paints. 2023-06-09 10:54:03 +09:00
images test: updated tvg binaries. 2023-05-12 17:53:10 +09:00
regression infra: Improve regression finder 2023-05-08 10:38:27 +09:00
wasm test: remove gtest & its infra. 2021-06-03 17:38:07 +09:00
catch.hpp test: upgrade catch2 2023-01-30 13:28:44 +09:00
meson.build portability: fix usage of TVG_API 2023-05-16 18:55:33 +09:00
testAccessor.cpp Fix clang compiler warnings in unit tests. 2023-06-07 16:56:30 +09:00
testFill.cpp Fix clang compiler warnings in unit tests. 2023-06-07 16:56:30 +09:00
testInitializer.cpp test: fix broken plugin support. 2023-04-06 19:47:10 +09:00
testMain.cpp tests: introduce catch2 unit tests infrastructure. 2021-06-04 16:46:34 +09:00
testPaint.cpp Fix clang compiler warnings in unit tests. 2023-06-07 16:56:30 +09:00
testPicture.cpp Fix clang compiler warnings in unit tests. 2023-06-07 16:56:30 +09:00
testSavers.cpp Fix clang compiler warnings in unit tests. 2023-06-07 16:56:30 +09:00
testScene.cpp common canvas/scene: introduce paints() api that returns the list of the paints. 2023-06-09 10:54:03 +09:00
testShape.cpp test shape: add stroke order test 2023-05-20 13:22:52 +09:00
testSwCanvas.cpp test: fix broken plugin support. 2023-04-06 19:47:10 +09:00
testSwCanvasBase.cpp common canvas/scene: introduce paints() api that returns the list of the paints. 2023-06-09 10:54:03 +09:00
testSwEngine.cpp Fix clang compiler warnings in unit tests. 2023-06-07 16:56:30 +09:00