diff options
Diffstat (limited to 'src/nested.js')
-rw-r--r-- | src/nested.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nested.js b/src/nested.js index 9d4401c..537d610 100644 --- a/src/nested.js +++ b/src/nested.js @@ -1,7 +1,7 @@ SVG.Nested = function() { this.constructor.call(this, SVG.create('svg')) - this.attr('style', 'overflow:visible') + this.style('overflow', 'visible') } // Inherit from SVG.Container |