Text cotation css modified + no decimal display on text

This commit is contained in:
Guillaume Tauzin 2022-09-16 10:07:01 +02:00
parent 0d557624f7
commit 320d68e27f
4 changed files with 7 additions and 7 deletions

View file

@ -74,7 +74,7 @@ function AddNewDimension(currentDepth: number, min: number, max: number, lastY:
const strokeWidth = 1;
const width = xEnd - xStart;
const text = width
.toFixed(2)
.toFixed(0)
.toString();
if (width === 0) {