diff options
author | wout <wout@impinc.co.uk> | 2013-06-27 16:36:26 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-06-27 16:36:26 +0100 |
commit | 8cb2aba17829e6c9de15206b891e6c878b306a7b (patch) | |
tree | 6d3c45e02e918de27e5208f7f6516f48fe62551e /src/svg.js | |
parent | 46909dc19338e649702b6ea852120af5132bc086 (diff) | |
download | svg.js-8cb2aba17829e6c9de15206b891e6c878b306a7b.tar.gz svg.js-8cb2aba17829e6c9de15206b891e6c878b306a7b.zip |
Reworked arrange module, <defs> always on top
Diffstat (limited to 'src/svg.js')
-rw-r--r-- | src/svg.js | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -12,12 +12,6 @@ this.SVG = function(element) { return new SVG.Doc(element) } -// DEPRECATED!!! Use SVG() instead -this.svg = function(element) { - console.warn('WARNING: svg() is deprecated, please use SVG() instead.') - return SVG(element) -} - // Default namespaces SVG.ns = 'http://www.w3.org/2000/svg' SVG.xlink = 'http://www.w3.org/1999/xlink' |