thorvg/src/loaders/svg
Hermet Park 5a2a6fc4a9 common: replace the round() with nearbyint()
nearbyint() is 2x faster than round() in our local test.
2024-07-10 23:43:10 +09:00
..
meson.build svg_loader: css style functions moved to a separate file 2022-02-08 17:58:53 +09:00
tvgSvgCssStyle.cpp svg_loader: move the display property to the style 2024-05-09 10:36:54 +09:00
tvgSvgCssStyle.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgSvgLoader.cpp common: replace the round() with nearbyint() 2024-07-10 23:43:10 +09:00
tvgSvgLoader.h loader/svg: Add null to the end of data 2024-04-16 10:27:20 +09:00
tvgSvgLoaderCommon.h svg_loader: handle text node 2024-06-10 13:27:14 +02:00
tvgSvgPath.cpp common/math: code refactoring 2024-07-10 00:21:02 +09:00
tvgSvgPath.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgSvgSceneBuilder.cpp common/math: code refactoring 2024-07-10 00:21:02 +09:00
tvgSvgSceneBuilder.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgSvgUtil.cpp loader/svg: Return actual decoded size 2024-04-16 13:32:03 +02:00
tvgSvgUtil.h updated copyright date (#1866) 2023-12-28 10:43:25 +09:00
tvgXmlParser.cpp Revert "loader/svg: Skip to invalid polygon" 2024-04-22 11:12:15 +09:00
tvgXmlParser.h svg_loader: fix data parsing 2024-05-23 10:50:54 +09:00