thorvg/src/loaders/svg
Mira Grudzinska c214532ad2 svg_loader: fixing symbol transformation
For a Symbol node, the transformation based on the 'viewBox', 'width'
and 'height' attributes has to be applied before the transformation
based on the 'transformation' attribute.
2022-02-21 11:21:22 +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: code refactoring. 2022-02-08 18:57:11 +09:00
tvgSvgCssStyle.h svg_loader: code refactoring. 2022-02-08 18:57:11 +09:00
tvgSvgLoader.cpp svg_loader: symbol++ 2022-02-21 11:21:22 +09:00
tvgSvgLoader.h updated copyright date. 2022-01-12 14:08:48 +09:00
tvgSvgLoaderCommon.h svg_loader: symbol tag implemented 2022-02-21 11:21:22 +09:00
tvgSvgPath.cpp build: Add missing <cstring> includes for MinGW compatibility 2022-01-19 16:40:30 +09:00
tvgSvgPath.h updated copyright date. 2022-01-12 14:08:48 +09:00
tvgSvgSceneBuilder.cpp svg_loader: fixing symbol transformation 2022-02-21 11:21:22 +09:00
tvgSvgSceneBuilder.h updated copyright date. 2022-01-12 14:08:48 +09:00
tvgSvgUtil.cpp build: Add missing <cstring> includes for MinGW compatibility 2022-01-19 16:40:30 +09:00
tvgSvgUtil.h updated copyright date. 2022-01-12 14:08:48 +09:00
tvgXmlParser.cpp svg_loader: symbol tag implemented 2022-02-21 11:21:22 +09:00
tvgXmlParser.h svg_loader: styling++ (no logical changes) 2022-02-08 17:58:53 +09:00