thorvg/src
Mira Grudzinska e50bf002de lottie: handle edge case for rounded rect
For rounded rectangles the roundness value should
be determined using to the formula:
r = min(r, max(size.x, size.y)/2)
rather than the previous method:
r = min(size.x/2, size.y/2, r)
2024-08-12 18:52:14 +09:00
..
bindings wasm: thorvg canvas resize problem. 2024-08-12 18:35:31 +09:00
common common: fix arg name 2024-08-08 19:52:46 +09:00
loaders lottie: handle edge case for rounded rect 2024-08-12 18:52:14 +09:00
renderer lottie: ++scene rendering optimization 2024-08-12 13:55:31 +09:00
savers common/math: code refactoring 2024-07-10 00:21:02 +09:00
meson.build infra: relocate the tools folder. 2024-06-13 17:52:14 +09:00