Added titles to each page.

pull/2/head
miguel 2020-11-24 20:20:22 +11:00
rodzic f42a2cc3ee
commit beb7001b5f
3 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

@ -159,6 +159,10 @@
const loopx = win_width/2;
const loopy = win_height/4;
fctx.font = "bold 14px arial";
fctx.textAlign = "center";
fctx.fillText("Wire - Metric", win_width*0.5, 18);
// Draw loop ends first, then draw the loop after:
fctx.strokeStyle = "grey";
fctx.beginPath();

Wyświetl plik

@ -159,6 +159,10 @@
const loopx = win_width/2;
const loopy = win_height/4;
fctx.font = "bold 14px arial";
fctx.textAlign = "center";
fctx.fillText("Wire - Imperial", win_width*0.5, 18);
// Draw loop ends first, then draw the loop after:
fctx.strokeStyle = "grey";
fctx.beginPath();

Wyświetl plik

@ -159,6 +159,10 @@
const loopx = win_width/2;
const loopy = win_height/4;
fctx.font = "bold 14px arial";
fctx.textAlign = "center";
fctx.fillText("Coax - Metric", win_width*0.5, 18);
// Draw loop ends first, then draw the loop after:
fctx.strokeStyle = "grey";
fctx.beginPath();