Преглед изворни кода

Fix the background being too small during export when zoomed out

master
Fen Dweller пре 4 година
родитељ
комит
ddc800f0bb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Прегледај датотеку

@@ -663,7 +663,7 @@ function drawScales(ifDirty = false) {
ctx.scale(deviceScale, deviceScale); ctx.scale(deviceScale, deviceScale);


ctx.beginPath(); ctx.beginPath();
ctx.rect(0, 0, canvas.width, canvas.height);
ctx.rect(0, 0, ctx.canvas.width / deviceScale, ctx.canvas.height / deviceScale);
ctx.fillStyle = "#333"; ctx.fillStyle = "#333";
ctx.fill(); ctx.fill();




Loading…
Откажи
Сачувај