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

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