SVG.Defs=functionDefs(){this.constructor.call(this,SVG.createElement('defs'));};// inherit from SVG.ElementSVG.Defs.prototype=newSVG.Element();// define clippathSVG.Defs.prototype.clipPath=function(){vare=newSVG.ClipPath();this.add(e);returne;};// include the container objectSVG.Defs.include(SVG.Container);