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, Doc,
G, G,
Defs, Defs,
Animation,
Arc,
Circle, Circle,
Ellipse, Ellipse,
Image,
Line, Line,
Path, Path,
Polygon, Polygon,
Polyline, Polyline,
Rect, Rect,
Text,
TextArea,
Tspan,
Use, Use,
Video,
ClipPath, ClipPath,
Mask, Mask,
Unknown Unknown