| Current Path : /var/www/html/redd/public/tailadmin/node_modules/svg.js/src/ |
| Current File : /var/www/html/redd/public/tailadmin/node_modules/svg.js/src/symbol.js |
SVG.Symbol = SVG.invent({
// Initialize node
create: 'symbol'
// Inherit from
, inherit: SVG.Container
, construct: {
// create symbol
symbol: function() {
return this.put(new SVG.Symbol)
}
}
})