thorvg/src/loaders/svg
JunsuChoi 79c65aa5e7 loader/svg: Check invalid color
Checks whether the string that can be specified in Color is valid.

example)
```
     style="stroke:asdasd"
```

related issue: https://github.com/thorvg/thorvg/issues/1255
2024-04-03 11:38:49 +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 loader/svg: Check invalid color 2024-04-03 11:38:49 +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 [common] code clean up 2024-03-22 23:48:25 +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