diff options
Diffstat (limited to 'src/default.js')
-rw-r--r-- | src/default.js | 6 |
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 |