Procházet zdrojové kódy

Revert "Make units other than meters product even grid lines (for small numbers)"

This reverts commit f99d7b48ff.
tags/v0.1.0
Fen Dweller před 6 roky
rodič
revize
d435591097
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Zobrazit soubor

@@ -206,7 +206,7 @@ function drawScale() {

let pixelsPer = (ctx.canvas.clientHeight - 100) / config.height.value;
let heightPer = config.height.clone();
heightPer = math.divide(heightPer, heightPer.toNumber())
heightPer.value = 1;

if (pixelsPer < config.minLineSize) {
heightPer.value /= pixelsPer / config.minLineSize;


Načítá se…
Zrušit
Uložit