mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-20 23:11:39 +00:00
![]() 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) |
||
---|---|---|
.. | ||
bindings | ||
common | ||
loaders | ||
renderer | ||
savers | ||
meson.build |