thorvg/src/bindings
Hermet Park b0683a26ec api: Introduced Paint::clip() API
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
2024-09-19 14:46:05 +09:00
..
capi api: Introduced Paint::clip() API 2024-09-19 14:46:05 +09:00
wasm wasm: fix typo 2024-08-27 17:33:56 +09:00
meson.build build: Remove redundant comparisons 2024-08-19 17:42:40 +09:00