fixed background settings not applying ( save )
This commit is contained in:
@ -31,7 +31,7 @@ window.save = function() {
|
||||
break;
|
||||
}
|
||||
case 'current color': {
|
||||
c.fillStyle = settings.strokeStyle;
|
||||
c.fillStyle = settings.color;
|
||||
c.globalCompositeOperation = 'destination-over';
|
||||
c.fillRect(0, 0, width(), height());
|
||||
c.globalCompositeOperation = settings.composite;
|
||||
|
Reference in New Issue
Block a user