thorvg/src
Mira Grudzinska d27a9782d4 common: fix a precision issue in appendArc api
For angles close to multiples of pi/2, precision
based on FLT_EPSILON was insufficient. It either
led to the creation of an additional cubic segment
filled with erroneous values or NaNs, or it resulted
in the drawing of an angle for a sweep close to 0.
2024-06-24 12:35:03 +09:00
..
bindings bindings/capi: Fix incompatible parameter 2024-06-24 12:29:59 +09:00
common loader/svg: Add check to the limits of result of StrToFloat 2024-06-24 12:18:24 +09:00
loaders svg_loader: improved clarity, no logical changes 2024-06-24 12:34:42 +09:00
renderer common: fix a precision issue in appendArc api 2024-06-24 12:35:03 +09:00
savers build: enforcing saver/loader usage for given tool 2024-06-24 12:21:10 +09:00
tools infra: fix build failure using c++17 (or later) with MSVC. 2024-06-24 12:30:39 +09:00
meson.build infra: update the compiler options 2024-06-24 12:34:57 +09:00