thorvg/src/loaders/svg
Mira Grudzinska be32e97d96 svg: fix incorrect assignment of <stop> elements
If the svg contained an unsupported element with <stop> elements,
they were incorrectly assigned to the last loaded gradient. Now fixed.

@Issue: https://github.com/thorvg/thorvg/issues/3321
2025-03-12 15:02:25 +09:00
..
meson.build svg_loader: css style functions moved to a separate file 2022-02-08 17:58:53 +09:00
tvgSvgCssStyle.cpp common: str refactoring 2025-03-06 12:18:24 +09:00
tvgSvgCssStyle.h updated copyright 2025-01-03 14:32:31 +09:00
tvgSvgLoader.cpp svg: fix incorrect assignment of <stop> elements 2025-03-12 15:02:25 +09:00
tvgSvgLoader.h common: neat code++ 2025-02-06 15:40:32 +09:00
tvgSvgLoaderCommon.h common: introduced designated memory allocators 2025-02-18 17:20:31 +09:00
tvgSvgPath.cpp common: str refactoring 2025-03-06 12:18:24 +09:00
tvgSvgPath.h updated copyright 2025-01-03 14:32:31 +09:00
tvgSvgSceneBuilder.cpp common: support c++20 builds 2025-03-10 09:45:19 +09:00
tvgSvgSceneBuilder.h updated copyright 2025-01-03 14:32:31 +09:00
tvgSvgUtil.cpp common: introduced designated memory allocators 2025-02-18 17:20:31 +09:00
tvgSvgUtil.h updated copyright 2025-01-03 14:32:31 +09:00
tvgXmlParser.cpp common: str refactoring 2025-03-06 12:18:24 +09:00
tvgXmlParser.h updated copyright 2025-01-03 14:32:31 +09:00