readme update

This commit is contained in:
Hugh Bord 2021-05-15 11:57:44 +10:00
parent 547729e702
commit d7eb973811
2 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,10 @@
```
# BUGS
* Resize to the left and wont make blocks, diagonal resize works
* Need to click circle then click square again to update the brush preview properly
* Context menu / right click / browsers context menu issue
* Brush Y changing wont update when making smaller
* Text broken
# FOCUSING ON NOW

View File

@ -315,7 +315,7 @@ export default {
);
const canvasBlockWidth = Math.floor(width / this.currentAscii.blockWidth);
if (canvasBlockHeight > oldHeight) {
if (canvasBlockHeight > oldHeight || canvasBlockWidth > oldWidth) {
console.log({ canvasBlockHeight, oldHeight });
for (let y = 0; y < canvasBlockHeight; y++) {