thorvg/src
JunsuChoi b71ce3a8d6 loader/svg: Remove duplicate if-check in pathAppendArcTo
The if-check to skip-rule when drawing an arc path is already checked in line 476.
In addition, since the float type equal check is performed in the range of 1/256,
unintentional skiped may occur. Therefore, remove duplicate code.
https://www.w3.org/TR/SVG2/paths.html#ArcOutOfRangeParameters

test file: SVG_FILE_147893.svg
related issue: https://github.com/thorvg/thorvg/issues/1255
2024-03-21 17:05:55 +09:00
..
bindings capi: Add two additional ColorSpace options to align with C++ APIs. 2024-03-15 11:27:51 +09:00
common lottie: code refactoring. 2024-03-08 14:19:34 +09:00
examples sw_engine: fix radial gradient when focal point is outside circle on ARM/Apple Silicon 2024-03-08 14:23:51 +09:00
loaders loader/svg: Remove duplicate if-check in pathAppendArcTo 2024-03-21 17:05:55 +09:00
renderer renderer: ensure paints retain composition context 2024-03-21 17:05:37 +09:00
savers saver/tvg: removed an unstable condition. 2024-01-03 16:21:15 +09:00
tools updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
meson.build common: STM32 portability enhancement 2024-01-18 23:56:29 +09:00