Compare commits

..

No commits in common. "e9f803d6bee905034b7fe1cf9c23aa355f99d929" and "4ef9886508a71c425d46e0af304098aa681e2e0b" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright 2024 Andrey DarkCat09
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View file

@ -16,8 +16,6 @@ addEventListener('DOMContentLoaded', () => {
canvas.width = canvas.height = size * scale
ctx.clearRect(0, 0, canvas.width, canvas.height)
for (let row = 0; row < size; row++) {
for (let col = 0; col < size; col++) {
if (eval(mask) == 0) {