mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
![]() Separate clip function from the Composite() clipping and composition can be used together. This helps avoid the introduction of nested scenes when composition and clipping overlap. Deprecated: - enum class CompositeMethod::ClipPath - enum Tvg_Composite_Method::TVG_COMPOSITE_METHOD_CLIP_PATH Experimental API: - Result Paint::clip(std::unique_ptr<Paint> clipper) - Tvg_Result tvg_paint_set_clip(Tvg_Paint* paint, Tvg_Paint* clipper) Issue: https://github.com/thorvg/thorvg/issues/1496 |
||
---|---|---|
.. | ||
meson.build | ||
thorvg.h |