thorvg/test
Hermet Park 67098793f0 renderer: revise the paint bounding box api
C++ API Modificaiton:
 - Result Paint::bounds(float* x, float* y, float* w, float* h, bool transform = false) const
  -> Result Paint::bounds(float* x, float* y, float* w, float* h) const

C++ API Addition:
 - Result Paint::bounds(Point* pt4) const

C API Modification:
- Tvg_Result tvg_paint_get_bounds(const Tvg_Paint* paint, float* x, float* y, float* w, float* h, bool transformed);
 -> Tvg_Result tvg_paint_get_aabb(const Tvg_Paint* paint, float* x, float* y, float* w, float* h);

C API Addition:
- Tvg_Result tvg_paint_get_obb(const Tvg_Paint* paint, Tvg_Point* pt4);

issue: https://github.com/thorvg/thorvg/issues/3290
2025-03-05 14:46:55 +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
meson.build tests: remove capi tests 2024-11-21 23:39:17 +09:00
testAccessor.cpp api: renamed api for consistency 2025-01-13 16:53:14 +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 updated copyright 2025-01-03 14:32:31 +09:00
testLottie.cpp updated copyright 2025-01-03 14:32:31 +09:00
testMain.cpp
testPaint.cpp renderer: revise the paint bounding box api 2025-03-05 14:46:55 +09:00
testPicture.cpp updated copyright 2025-01-03 14:32:31 +09:00
testSavers.cpp updated copyright 2025-01-03 14:32:31 +09:00
testScene.cpp updated copyright 2025-01-03 14:32:31 +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 text: allow the unnamed font 2025-02-20 18:47:01 +09:00