Default color: White

This commit is contained in:
Mahdi Dibaiee
2014-02-20 13:39:44 +03:30
parent a8c78d482d
commit 2a99139364
8 changed files with 15 additions and 4 deletions

View File

@ -32,6 +32,9 @@ canvas {
position: absolute;
top: 0;
left: 0;
&:first-of-type {
background: white;
}
}
.separator {

View File

@ -9,6 +9,7 @@ $(document).ready(function() {
fill: false,
lineWidth : 2,
color : 'black',
bg: 'white',
type: 'sketch',
lineCap: 'round',
lineJoin: 'round',