overwatch-api-server
Version:
An Unoffical Overwatch HTTP API
57 lines (54 loc) • 912 B
JavaScript
;
module.exports = {
animation: [
'animate',
'animatecolor',
'animatemotion',
'animatetransform',
'mapath',
'set'
],
basicshapes: [
'circle',
'ellipse',
'line',
'polygon',
'polyline',
'rect'
],
container: [
'a',
'defs',
'glyph',
'g',
'marker',
'mask',
'missing-glyph',
'pattern',
'svg',
'switch',
'symbol'
],
descriptive: [
'desc',
'metadata',
'title'
],
textcontent: [
'altglyph',
'altglyphdef',
'altglyphitem',
'glyph',
'glyphref',
'text',
'textpath',
'tref',
'tspan'
],
textcontentchild: [
'altglyph',
'textpath',
'tref',
'tspan'
]
};