svg_loader SvgPath: Skip invalid path
authorJunsuChoi <jsuya.choi@samsung.com>
Mon, 12 Jul 2021 02:55:33 +0000 (11:55 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 13 Jul 2021 00:37:19 +0000 (09:37 +0900)
commit50fd3461a0cdd0750598e0f27784d51c379d84b7
tree5a6756369190db819f9c114aeab65d968112dde2
parentdaeafec539c52a2c89b2b56e88489b1428200a43
svg_loader SvgPath: Skip invalid path

If the d attribute of SVG path is not parsed through _nextCommand(),
it is regarded as an invalid data.
src/loaders/svg/tvgSvgPath.cpp