aboutsummaryrefslogtreecommitdiffstats
path: root/src/element.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/element.js')
-rw-r--r--src/element.js18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/element.js b/src/element.js
index 30f4778..3ba20b1 100644
--- a/src/element.js
+++ b/src/element.js
@@ -11,15 +11,15 @@ SVG.Element = function Element(node) {
'fill-opacity': 1,
'stroke-opacity': 1,
'stroke-width': 0,
- x: 0,
- y: 0,
- cx: 0,
- cy: 0,
- width: 0,
- height: 0,
- r: 0,
- rx: 0,
- ry: 0
+ x: 0,
+ y: 0,
+ cx: 0,
+ cy: 0,
+ width: 0,
+ height: 0,
+ r: 0,
+ rx: 0,
+ ry: 0
};
/* initialize transformation store with defaults */