thorvg/test
Hermet Park 6b2f18ffa2 capi: unified the separate linear and gradient fill APIs
API Removal:
- Tvg_Result tvg_shape_set_stroke_linear_gradient(Tvg_Paint* paint, Tvg_Gradient* grad)
- Tvg_Result tvg_shape_set_stroke_radial_gradient(Tvg_Paint* paint, Tvg_Gradient* grad)
- Tvg_Result tvg_shape_set_shape_linear_gradient(Tvg_Paint* paint, Tvg_Gradient* grad)
- Tvg_Result tvg_shape_set_shape_radial_gradient(Tvg_Paint* paint, Tvg_Gradient* grad)

API Addition:
- Tvg_Result tvg_shape_set_stroke_gradient(Tvg_Paint* paint, Tvg_Gradient* grad)
- Tvg_Result tvg_shape_set_shape_gradient(Tvg_Paint* paint, Tvg_Gradient* grad)
2024-11-10 13:48:25 +09:00
..
capi capi: unified the separate linear and gradient fill APIs 2024-11-10 13:48:25 +09:00
regression common: fix 178+ spelling errors 2024-07-01 21:58:46 +09:00
resources lottie: support default slot overriding 2024-11-09 17:28:52 +09:00
catch.hpp test: upgrade catch2 2023-01-30 13:28:44 +09:00
meson.build build: Remove redundant comparisons 2024-08-19 17:42:40 +09:00
testAccessor.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testAnimation.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testFill.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testInitializer.cpp tests: version api tests 2024-07-18 12:47:58 +09:00
testLottie.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testMain.cpp tests: introduce catch2 unit tests infrastructure. 2021-06-04 16:46:34 +09:00
testPaint.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testPicture.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testSavers.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testScene.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testShape.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testSwCanvas.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testSwEngine.cpp api: revise the spec 2024-11-09 12:29:15 +09:00
testText.cpp api: revise the spec 2024-11-09 12:29:15 +09:00