thorvg/src
Mira Grudzinska 2141f14e27 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-09-30 15:53:45 +09:00
..
bindings wasm: thorvg canvas resize problem. 2024-09-30 15:53:39 +09:00
common common: fix arg name 2024-09-30 15:52:37 +09:00
loaders lottie: handle edge case for rounded rect 2024-09-30 15:53:45 +09:00
renderer lottie: ++scene rendering optimization 2024-09-30 15:53:09 +09:00
savers common/math: code refactoring 2024-09-30 15:22:38 +09:00
meson.build infra: relocate the tools folder. 2024-06-24 14:51:27 +09:00