svg_loader: ommiting xml entities in the svg file (#278)
authorMira Grudzinska <67589014+mgrudzinska@users.noreply.github.com>
Tue, 23 Mar 2021 00:22:46 +0000 (01:22 +0100)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 23 Mar 2021 01:16:26 +0000 (10:16 +0900)
commitc489140d38c3d7127227896d68b9a7b8590c9b93
tree7e9493879ea1b0640d3a4d33ea2fd909dd0f014a
parent53f035bf7857956ca9ddd01ebc746215853967b9
svg_loader: ommiting xml entities in the svg file (#278)

SVG files created using 'sketch' may contain xml entities,
which are not understandable by the svg loader.
For now only '&quot;' is ommited.
src/loaders/svg/tvgXmlParser.cpp
src/loaders/svg/tvgXmlParser.h