Your IP : 216.73.216.79


Current Path : /var/www/html/redd/public/tailadmin/node_modules/svg.js/src/
Upload File :
Current File : /var/www/html/redd/public/tailadmin/node_modules/svg.js/src/shape.js

SVG.Shape = SVG.invent({
  // Initialize node
  create: function(element) {
    this.constructor.call(this, element)
  }

  // Inherit from
, inherit: SVG.Element

})