added image manipulation files

This commit is contained in:
Jürg Hallenbarter
2026-06-03 09:23:12 +02:00
parent 28b713044e
commit 173ac7807b
4 changed files with 125 additions and 12 deletions

View File

@@ -302,7 +302,7 @@ function generateFractal() {
decrementTurningAngle();
break;
default:
// Ignore characters not in the specification (like X)
console.warn("Unknown character: " + c);
break;
}
}