Refactored drawing logic into separate class

This commit is contained in:
2021-08-26 19:38:49 +02:00
parent d15ba4cc79
commit ca0e2dd64f
4 changed files with 111 additions and 69 deletions

View File

@@ -9,7 +9,7 @@
</body>
<style>
#canvas > canvas {
#canvas {
width: 500px;
height: 500px;
border: 1px solid black;