summaryrefslogtreecommitdiffstats
path: root/src/defs.js
blob: a50ad94157cf4811417a0e74025335142878cf3e (plain)
1
2
3
4
5
6
7
8
SVG.Defs = SVG.invent({
  // Initialize node
  create: 'defs'

  // Inherit from
, inherit: SVG.Container
})