9 lines
112 B
JavaScript
9 lines
112 B
JavaScript
|
|
SVG.Defs = SVG.invent({
|
|
// Initialize node
|
|
create: 'defs'
|
|
|
|
// Inherit from
|
|
, inherit: SVG.Container
|
|
|
|
}) |