summaryrefslogtreecommitdiffstats
path: root/src/defs.js
blob: 48a8f28571f1bce6d9b7c07ced7eb17aa12b992f (plain)
1
2
3
4
5
6
7
8
9
// ### The defs node

//
SVG.Defs = function() {
  this.constructor.call(this, SVG.create('defs'))
}

// Inherits from SVG.Container
SVG.Defs.prototype = new SVG.Container