Don't start drawing with white colour on white canvas

pull/1297/head
Hilmar Strauch 2022-01-14 16:31:05 +01:00 committed by GitHub
parent 3606267aec
commit cd9520272b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
(function () {
var pen = 'circle';
var discard = null;
var kule = [255, 255, 255];
var kule = [0, 255, 255]; // cyan, magenta, yellow
var oldLock = false;
setInterval(() => {