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

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