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 common: fix 178+ spelling errors 2024-07-01 21:58:46 +09:00
resources Optimize all .png images using oxipng 2025-02-17 16:06:37 +09:00
catch.hpp test: upgrade catch2 2023-01-30 13:28:44 +09:00
meson.build tests: remove capi tests 2024-11-21 23:39:17 +09:00
testAccessor.cpp api: revise engine initialization and termination 2025-04-23 15:46:49 +09:00
testAnimation.cpp api: revised the animation segment specification 2025-01-22 13:03:48 +09:00
testFill.cpp updated copyright 2025-01-03 14:32:31 +09:00
testInitializer.cpp api: revise engine initialization and termination 2025-04-23 15:46:49 +09:00
testLottie.cpp updated copyright 2025-01-03 14:32:31 +09:00
testMain.cpp tests: introduce catch2 unit tests infrastructure. 2021-06-04 16:46:34 +09:00
testPaint.cpp api: revise the clip() apis. 2025-05-29 14:02:32 +09:00
testPicture.cpp api: revise engine initialization and termination 2025-04-23 15:46:49 +09:00
testSavers.cpp updated copyright 2025-01-03 14:32:31 +09:00
testScene.cpp renderer: ++engines safety 2025-05-12 12:49:10 +09:00
testShape.cpp api: change api name strokeTrim() -> trimpath() 2025-02-24 15:05:38 +09:00
testSwCanvas.cpp updated copyright 2025-01-03 14:32:31 +09:00
testSwEngine.cpp updated copyright 2025-01-03 14:32:31 +09:00
testText.cpp renderer: ++engines safety 2025-05-12 12:49:10 +09:00