thorvg/test
Hermet Park 2eb2b83bb0 api: revise the clip() apis.
- Paint explicity allows a shape as a clipper
- Added clipper getter apis

API Updates
 + Shape* Paint::clip()
 * Result Paint::clip(Paint* clipper) -> Result Paint::clip(Shape* clipper)

CAPI Updates
 + Tvg_Paint* tvg_paint_get_clip(const Tvg_Paint* paint)
 * Tvg_Result tvg_paint_clip(Tvg_Paint* paint, Tvg_Paint* clipper)
   -> Tvg_Result tvg_paint_set_clip(Tvg_Paint* paint, Tvg_Paint* clipper);

Please note that clipper type can be changed again to tvg::Path
in the upcoming update.
2025-05-29 14:02:32 +09:00
..
regression
resources
catch.hpp
meson.build
testAccessor.cpp
testAnimation.cpp
testFill.cpp
testInitializer.cpp
testLottie.cpp
testMain.cpp
testPaint.cpp
testPicture.cpp
testSavers.cpp
testScene.cpp
testShape.cpp
testSwCanvas.cpp
testSwEngine.cpp
testText.cpp