mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
![]() compoiste() requires internal data change, its api syntax should not contain "const" though this changes the api spec, but won't affect build break since it allows wider usage. @API Modification from: Result Paint::composite(std::unique_ptr<Paint> target, CompositeMethod method) const noexcept to: Result Paint::composite(std::unique_ptr<Paint> target, CompositeMethod method) noexcept |
||
---|---|---|
.. | ||
meson.build | ||
thorvg.h | ||
thorvg_capi.h |