SVG.Nested=functionNested(){this.drag=newSVG.Draggable(this);this.constructor.call(this,SVG.createElement('svg'));this.setAttribute('overflow','visible');};// inherit from SVG.ElementSVG.Nested.prototype=newSVG.Element();// include the container objectSVG.Nested.include(SVG.Container);