From 945c1a0a423cf8a0b80fc8288651e04dec8b6610 Mon Sep 17 00:00:00 2001 From: wout Date: Mon, 5 Aug 2013 14:08:36 +0100 Subject: Distinguished SVG.Container from SVG.parent, bumped to v0.32 SVG.Use inherits from SVG.Shape --- src/image.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/image.js') diff --git a/src/image.js b/src/image.js index 24806ff..d0a1b40 100644 --- a/src/image.js +++ b/src/image.js @@ -7,12 +7,10 @@ SVG.Image.prototype = new SVG.Shape // SVG.extend(SVG.Image, { - // (re)load image load: function(url) { return (url ? this.attr('href', (this.src = url), SVG.xlink) : this) } - }) // -- cgit v1.2.3