aboutsummaryrefslogtreecommitdiffstats
path: root/src/clip.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/clip.js
parent1d8f6a6bfda2c09a1fafe330ac2d91e9d38e2019 (diff)
downloadsvg.js-ecc7c2b21cc484a0a57cd7df02a533c65f7bde97.tar.gz
svg.js-ecc7c2b21cc484a0a57cd7df02a533c65f7bde97.zip
Added transform()
Diffstat (limited to 'src/clip.js')
-rw-r--r--src/clip.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/clip.js b/src/clip.js
index 80d78d0..189b62c 100644
--- a/src/clip.js
+++ b/src/clip.js
@@ -1,3 +1,4 @@
+
// initialize id sequence
var clipID = 0;
@@ -11,4 +12,4 @@ SVG.Clip = function Clip() {
SVG.Clip.prototype = new SVG.Element();
// include the container object
-SVG.Utils.merge(SVG.Clip, SVG.Container); \ No newline at end of file
+SVG.extend(SVG.Clip, SVG.Container);