it renders text, but wrong

This commit is contained in:
cqc
2022-09-02 19:22:06 -05:00
parent 7460b8f793
commit 6a484c3a06
5 changed files with 462 additions and 1123 deletions

View File

@ -17,8 +17,8 @@ div {
}
canvas {
width: 400px;
height: 400px;
width: 100%;
height: 100%;
}
</style>
</head>