SVGE SVGLEVEL
From M-Gate Labs Wiki
Contents |
[edit]
Shape Tags
[edit]
rect
readable: yes
writeable: no
[edit]
circle
readable: yes
writeable: no
[edit]
ellipse
readable: yes
writeable: no
[edit]
path
readable: yes
writeable: yes
note: paths are the only object that SVGE exports. SVGE will not take the time to determine which shape type is optimal when it can easily write everything as a path.
[edit]
polyline
readable: yes
writeable: no
[edit]
polygon
readable: yes
writeable: no
[edit]
Other Tags
[edit]
defs
readable: yes
writeable: yes
[edit]
linearGradient
readable: yes
writeable: yes
[edit]
radialGradient
readable: yes
writeable: yes
[edit]
pattern
readable: no
writeable: no

