summaryrefslogtreecommitdiffstats
path: root/src/default.js
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-07-02 14:36:09 +0100
committerwout <wout@impinc.co.uk>2013-07-02 14:36:09 +0100
commitc30c718d904dc35bd99595ab37d5bb8cac796570 (patch)
tree58774563c7cc8393e21774fae98dc730115efca2 /src/default.js
parentf492d5d57790e4f3606a3370b1e676a38a9fd7a9 (diff)
downloadsvg.js-c30c718d904dc35bd99595ab37d5bb8cac796570.tar.gz
svg.js-c30c718d904dc35bd99595ab37d5bb8cac796570.zip
Added memory module
Diffstat (limited to 'src/default.js')
-rw-r--r--src/default.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/default.js b/src/default.js
index 113e283..344fa6e 100644
--- a/src/default.js
+++ b/src/default.js
@@ -11,8 +11,8 @@ SVG.defaults = {
, 'stroke-width': 0
, 'stroke-linejoin': 'miter'
, 'stroke-linecap': 'butt'
- , fill: '#000'
- , stroke: '#000'
+ , fill: '#000000'
+ , stroke: '#000000'
, opacity: 1
/* position */
, x: 0
@@ -29,7 +29,7 @@ SVG.defaults = {
/* gradient */
, offset: 0
, 'stop-opacity': 1
- , 'stop-color': '#000'
+ , 'stop-color': '#000000'
}
// Default transformation values