vectorclock: add 2px margin

master
Ben Whittaker 2021-12-11 13:44:40 -05:00
parent f81215eb46
commit e3e360dbd8
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ function draw() {
let y = 24 + spacer;
pushCommand(drawVectorText, timeText, timeFontSize, 0, y, -1, -1);
pushCommand(drawVectorText, timeText, timeFontSize, 2, y, -1, -1);
pushCommand(drawVectorText, meridian, timeFontSize*9/20, g.getWidth(), y, 1, -1);
if (showSeconds) pushCommand(drawVectorText, secondsText, timeFontSize*9/20, g.getWidth(), y + timeHeight, 1, 1);
y += timeHeight + spacer;