diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-19 14:05:16 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-19 14:05:16 +0100 |
commit | 77b20c72d05c6e0e7b498227379c889fecd1c3b0 (patch) | |
tree | a7805bdb6730bc36f6958077906e945d080b6a5d /dist/svg.js | |
parent | 50ab9266a8a51a281b835dd90e72990c9c775d4f (diff) | |
download | svg.js-77b20c72d05c6e0e7b498227379c889fecd1c3b0.tar.gz svg.js-77b20c72d05c6e0e7b498227379c889fecd1c3b0.zip |
missed another one
Diffstat (limited to 'dist/svg.js')
-rw-r--r-- | dist/svg.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/svg.js b/dist/svg.js index 80dbf67..0cfe3db 100644 --- a/dist/svg.js +++ b/dist/svg.js @@ -6,7 +6,7 @@ * @copyright Wout Fierens <wout@mick-wout.com> * @license MIT * -* BUILT: Sat Mar 18 2017 13:17:57 GMT+0100 (Mitteleuropäische Zeit) +* BUILT: Sun Mar 19 2017 14:04:29 GMT+0100 (Mitteleuropäische Zeit) */; (function(root, factory) { if (typeof define === 'function' && define.amd) { @@ -4386,7 +4386,7 @@ SVG.Image = SVG.invent({ if (!url) return this var self = this - , img = document.createElement('img') + , img = new window.Image() // preload image img.onload = function() { |