thorvg/src/loaders/tvg
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
..
meson.build tvg_loader: introduce tvg interpreter base class for future extension. 2021-08-05 19:26:04 +09:00
tvgTvgBinInterpreter.cpp common canvas/scene: introduce paints() api that returns the list of the paints. 2023-06-09 10:54:03 +09:00
tvgTvgCommon.h updated copyright. 2023-01-14 13:48:11 +09:00
tvgTvgLoader.cpp fix compiler warnings on MacOS 2023-05-19 10:56:59 +09:00
tvgTvgLoader.h updated copyright. 2023-01-14 13:48:11 +09:00