aboutsummaryrefslogtreecommitdiffstats
path: root/src/symbol.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/symbol.js')
-rw-r--r--src/symbol.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/symbol.js b/src/symbol.js
deleted file mode 100644
index e8907a3..0000000
--- a/src/symbol.js
+++ /dev/null
@@ -1,17 +0,0 @@
-
-SVG.Symbol = SVG.invent({
- // Initialize node
- create: 'symbol'
-
- // Inherit from
-, inherit: SVG.Container
-
- // Add parent method
-, construct: {
- // Create a new symbol
- symbol: function() {
- return this.defs().put(new SVG.Symbol)
- }
- }
-
-}) \ No newline at end of file