mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
![]() Since we've separated ClipPath and Masking, Masking now has a distinct and independent purpose. API Modification: - enum class CompositeMethod -> enum class MaskMethod - Result Paint::composite(std::unique_ptr<Paint> target, CompositeMethod method) -> Result Paint::mask(std::unique_ptr<Paint> target, MaskMethod method) - CompositeMethod Paint::mask(const Paint** target) const -> MaskMethod Paint::mask(const Paint** target) const issue: https://github.com/thorvg/thorvg/issues/1372 |
||
---|---|---|
.. | ||
meson.build | ||
thorvg.h |