SVG.G=functionG(){this.constructor.call(this,SVG.create('g'));};// inherit from SVG.ElementSVG.G.prototype=newSVG.Element();// include the container objectSVG.extend(SVG.G,SVG.Container);SVG.extend(SVG.G,{defs:function(){returnthis.parentDoc().defs();}});