SVG.Nested = function Nested() { this.constructor.call(this, SVG.create('svg')); this.attr('overflow', 'visible'); }; // Inherit from SVG.Container SVG.Nested.prototype = new SVG.Container();