Compare commits
No commits in common. "e9f803d6bee905034b7fe1cf9c23aa355f99d929" and "4ef9886508a71c425d46e0af304098aa681e2e0b" have entirely different histories.
e9f803d6be
...
4ef9886508
2 changed files with 1 additions and 3 deletions
2
LICENSE
2
LICENSE
|
@ -187,7 +187,7 @@
|
||||||
same "printed page" as the copyright notice for easier
|
same "printed page" as the copyright notice for easier
|
||||||
identification within third-party archives.
|
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");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -16,8 +16,6 @@ addEventListener('DOMContentLoaded', () => {
|
||||||
|
|
||||||
canvas.width = canvas.height = size * scale
|
canvas.width = canvas.height = size * scale
|
||||||
|
|
||||||
ctx.clearRect(0, 0, canvas.width, canvas.height)
|
|
||||||
|
|
||||||
for (let row = 0; row < size; row++) {
|
for (let row = 0; row < size; row++) {
|
||||||
for (let col = 0; col < size; col++) {
|
for (let col = 0; col < size; col++) {
|
||||||
if (eval(mask) == 0) {
|
if (eval(mask) == 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue