Преглед на файлове

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

Still need to make the divisions more reasonable for larger/smaller values
tags/v0.1.0
Fen Dweller преди 6 години
родител
ревизия
f99d7b48ff
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Целия файл

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

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

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


Loading…
Отказ
Запис