thorvg/src/loaders/svg
JunsuChoi c9e4feb9dc 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-20 11:33:12 +09:00
..
meson.build svg_loader: css style functions moved to a separate file 2022-02-08 17:58:53 +09:00
tvgSvgCssStyle.cpp updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgSvgCssStyle.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgSvgLoader.cpp svg: Improve valid check for url(#id) 2024-02-22 21:51:19 +09:00
tvgSvgLoader.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgSvgLoaderCommon.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgSvgPath.cpp loader/svg: Remove duplicate if-check in pathAppendArcTo 2024-03-20 11:33:12 +09:00
tvgSvgPath.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgSvgSceneBuilder.cpp common/array: code refactoring 2024-02-19 19:09:30 +09:00
tvgSvgSceneBuilder.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgSvgUtil.cpp updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgSvgUtil.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgXmlParser.cpp loader/svg: Skip check for quotes inside quotes 2024-01-08 22:26:02 +09:00
tvgXmlParser.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00