Live preview - draw every coordinate

This commit is contained in:
2021-08-25 22:57:21 +02:00
parent 5e13cbee14
commit 63d4e16fb8
2 changed files with 55 additions and 29 deletions

View File

@@ -9,18 +9,10 @@
</body>
<style>
body {
margin: 0 0 0 0;
}
#canvas {
height: 100vh;
width: 100vw;
}
#canvas > canvas {
width: 100%;
height: 100%;
width: 500px;
height: 500px;
border: 1px solid black;
}
</style>
</html>
</html>