summaryrefslogtreecommitdiffstats
path: root/src/defs.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.js')
-rw-r--r--src/defs.js15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/defs.js b/src/defs.js
index f5753e1..2ba11e8 100644
--- a/src/defs.js
+++ b/src/defs.js
@@ -7,17 +7,4 @@ SVG.Defs = function Defs() {
SVG.Defs.prototype = new SVG.Element();
// include the container object
-SVG.extend(SVG.Defs, SVG.Container);
-
-// Add def-specific functions
-SVG.extend(SVG.Defs, {
-
- // define clippath
- clipPath: function() {
- var e = new SVG.Clip();
- this.add(e);
-
- return e;
- }
-
-}); \ No newline at end of file
+SVG.extend(SVG.Defs, SVG.Container); \ No newline at end of file