aboutsummaryrefslogtreecommitdiffstats
path: root/src/circle.js
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-18 13:16:25 +0100
committerwout <wout@impinc.co.uk>2012-12-18 13:16:25 +0100
commitecc7c2b21cc484a0a57cd7df02a533c65f7bde97 (patch)
treeccf3cce51e73e7dfd454d44ce366901a1242635d /src/circle.js
parent1d8f6a6bfda2c09a1fafe330ac2d91e9d38e2019 (diff)
downloadsvg.js-ecc7c2b21cc484a0a57cd7df02a533c65f7bde97.tar.gz
svg.js-ecc7c2b21cc484a0a57cd7df02a533c65f7bde97.zip
Added transform()
Diffstat (limited to 'src/circle.js')
-rw-r--r--src/circle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/circle.js b/src/circle.js
index 890d1d3..9576568 100644
--- a/src/circle.js
+++ b/src/circle.js
@@ -7,7 +7,7 @@ SVG.Circle = function Circle() {
SVG.Circle.prototype = new SVG.Shape();
// Add circle-specific functions
-SVG.Utils.merge(SVG.Circle, {
+SVG.extend(SVG.Circle, {
// custom move function
move: function(x, y) {