SvgLoader: Add Mask, ClipPath nodees as dummy.
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 4 Sep 2020 10:34:28 +0000 (19:34 +0900)
committerHermet Park <chuneon.park@samsung.com>
Sat, 5 Sep 2020 04:27:04 +0000 (13:27 +0900)
commitad96f14fc2746b9baa1d5aeeb2a41957e76b15c1
treee290db8edf00aea34967c2440dcc55f6a493675c
parentb0eb3cc88ade31bf7fba20de8c0a465a21d5fc44
SvgLoader: Add Mask, ClipPath nodees as dummy.

Mask and clippath TAG are not supported yet.
If this TAG is used, the Child TAG declared with this TAG may cause problems.
To prevent that, declare them as Unknown types until they are supported. (display=none)

Change-Id: I0afac47d4e0bda92e7caa2234e605060d6cab901
src/loaders/svg/tvgSvgLoader.cpp