mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
![]() 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 |
||
---|---|---|
.. | ||
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 |