svg_loader: recover partial code from 3e7888b538

oops, log was not tested in the patch...
This commit is contained in:
Hermet Park 2021-06-30 15:12:15 +09:00
parent 571a1e5caa
commit 2c24a1fa5e

View file

@ -33,14 +33,21 @@ enum class SvgNodeType
Doc,
G,
Defs,
Animation,
Arc,
Circle,
Ellipse,
Image,
Line,
Path,
Polygon,
Polyline,
Rect,
Text,
TextArea,
Tspan,
Use,
Video,
ClipPath,
Mask,
Unknown