aboutsummaryrefslogtreecommitdiffstats
path: root/src/pattern.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/pattern.js')
-rw-r--r--src/pattern.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/pattern.js b/src/pattern.js
index 7343d6a..c5f51e0 100644
--- a/src/pattern.js
+++ b/src/pattern.js
@@ -25,11 +25,11 @@ SVG.extend(SVG.Defs, {
block(element)
return element.attr({
- x: 0,
- y: 0,
- width: width,
- height: height,
- patternUnits: 'userSpaceOnUse'
+ x: 0
+ , y: 0
+ , width: width
+ , height: height
+ , patternUnits: 'userSpaceOnUse'
})
}