mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-10 06:34:01 +00:00
![]() 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 |
||
---|---|---|
.. | ||
capi | ||
images | ||
regression | ||
wasm | ||
catch.hpp | ||
meson.build | ||
testAccessor.cpp | ||
testFill.cpp | ||
testInitializer.cpp | ||
testMain.cpp | ||
testPaint.cpp | ||
testPicture.cpp | ||
testSavers.cpp | ||
testScene.cpp | ||
testShape.cpp | ||
testSwCanvas.cpp | ||
testSwCanvasBase.cpp | ||
testSwEngine.cpp |