thorvg/src/loaders/svg
Hermet Park c7ae3ae2af svg: resolve compiler warnings.
../src/loaders/svg/tvgSvgLoader.cpp: In function ‘bool _toColor(const char*, uint8_t*, uint8_t*, uint8_t*, char**)’:
../src/loaders/svg/tvgSvgLoader.cpp:108:17: warning: ‘hue’ may be used uninitialized [-Wmaybe-uninitialized]
  108 |     const char* _end = end ? *end : nullptr;
      |                 ^~~~
../src/loaders/svg/tvgSvgLoader.cpp:713:31: note: ‘hue’ was declared here
  713 |         const char *content, *hue, *saturation, *brightness;
      |                               ^~~
../src/loaders/svg/tvgSvgLoader.cpp:108:17: warning: ‘saturation’ may be used uninitialized [-Wmaybe-uninitialized]
  108 |     const char* _end = end ? *end : nullptr;
      |                 ^~~~
../src/loaders/svg/tvgSvgLoader.cpp:713:37: note: ‘saturation’ was declared here
  713 |         const char *content, *hue, *saturation, *brightness;
      |                                     ^~~~~~~~~~
../src/loaders/svg/tvgSvgLoader.cpp:108:17: warning: ‘brightness’ may be used uninitialized [-Wmaybe-uninitialized]
  108 |     const char* _end = end ? *end : nullptr;
      |                 ^~~~
../src/loaders/svg/tvgSvgLoader.cpp:713:50: note: ‘brightness’ was declared here
  713 |         const char *content, *hue, *saturation, *brightness;
      |                                                  ^~~~~~~~~~
2024-07-23 17:09:26 +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 svg: resolve compiler warnings. 2024-07-23 17:09:26 +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