thorvg/src
Mira Grudzinska 8c4879f15d 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-05-08 22:08:36 +09:00
..
bindings bindings/capi: Fix incompatible parameter 2024-04-30 23:19:24 +09:00
common loader/svg: Add check to the limits of result of StrToFloat 2024-04-17 11:00:03 +09:00
loaders svg_loader: improved clarity, no logical changes 2024-05-07 11:57:29 +02:00
renderer common: fix a precision issue in appendArc api 2024-05-08 22:08:36 +09:00
savers build: enforcing saver/loader usage for given tool 2024-04-19 10:01:30 +09:00
tools infra: fix build failure using c++17 (or later) with MSVC. 2024-05-02 16:09:01 +09:00
meson.build infra: update the compiler options 2024-05-08 22:08:19 +09:00