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

  // Inherit from
  inherit: SVG.Container
})