Default color: White
This commit is contained in:
@ -32,6 +32,9 @@ canvas {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
&:first-of-type {
|
||||
background: white;
|
||||
}
|
||||
}
|
||||
|
||||
.separator {
|
||||
|
@ -9,6 +9,7 @@ $(document).ready(function() {
|
||||
fill: false,
|
||||
lineWidth : 2,
|
||||
color : 'black',
|
||||
bg: 'white',
|
||||
type: 'sketch',
|
||||
lineCap: 'round',
|
||||
lineJoin: 'round',
|
||||
|
Reference in New Issue
Block a user