summaryrefslogtreecommitdiffstats
path: root/src/use.js
diff options
context:
space:
mode:
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, {