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