summaryrefslogtreecommitdiffstats
path: root/src/use.js
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-08-05 14:08:36 +0100
committerwout <wout@impinc.co.uk>2013-08-05 14:08:36 +0100
commit945c1a0a423cf8a0b80fc8288651e04dec8b6610 (patch)
treed17c0f9ea6c4755d8d7169c2131f22990238a946 /src/use.js
parent2942e015a826e126d4c6bd4a5ae4a8f95673d0b0 (diff)
downloadsvg.js-945c1a0a423cf8a0b80fc8288651e04dec8b6610.tar.gz
svg.js-945c1a0a423cf8a0b80fc8288651e04dec8b6610.zip
Distinguished SVG.Container from SVG.parent, bumped to v0.32
SVG.Use inherits from SVG.Shape
Diffstat (limited to 'src/use.js')
-rw-r--r--src/use.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/use.js b/src/use.js
index 2f9df9c..0a8bb90 100644
--- a/src/use.js
+++ b/src/use.js
@@ -3,7 +3,7 @@ SVG.Use = function() {
}
// Inherit from SVG.Shape
-SVG.Use.prototype = new SVG.Element
+SVG.Use.prototype = new SVG.Shape
//
SVG.extend(SVG.Use, {