mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-13 19:44:28 +00:00
svg_loader: recover partial code from 3e7888b538
oops, log was not tested in the patch...
This commit is contained in:
parent
571a1e5caa
commit
2c24a1fa5e
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue