thorvg/src
JunsuChoi 355cc8c253 svg_loader SvgPath: Remove unnecessary optimization code
This condition(optimization) is not a step suggested by arc implementation.
https://www.w3.org/TR/SVG11/implnote.html#ArcCorrectionOutOfRangeRadii (Step2)
This code is useful if the arc is too small to represent.
However, scaling often occurs in vectors, which can create unnecessary problems.

example path
<path d="M32.41,20.49a.41.41,0,1,1-.41-.42A.41.41,0,0,1,32.41,20.49Z" transform="translate(0)" fill="#020202"/>
2021-03-05 16:39:16 +09:00
..
bin examples: move tests to src/examples 2020-09-19 00:39:25 +09:00
bindings capi: fix incorrect composite api. 2021-03-04 11:33:24 +09:00
examples examples images: correct file change mode. 2021-02-25 19:14:23 +09:00
lib sw_engine fill: fixing the infinite loop condition 2021-03-03 17:46:33 +09:00
loaders svg_loader SvgPath: Remove unnecessary optimization code 2021-03-05 16:39:16 +09:00
wasm wasm: update picture size for file loading 2020-12-15 17:38:22 +09:00
meson.build thorvg viewer: introduce thorvg viewer 2020-10-13 19:04:46 +09:00