From 7580f199500a184f088f16e4d095f6bcd6996a39 Mon Sep 17 00:00:00 2001 From: Primo <44984918+m-primo@users.noreply.github.com> Date: Wed, 5 May 2021 05:30:36 +0200 Subject: [PATCH] changed the result image --- js/results.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/results.js b/js/results.js index e7fd06a..63e3a02 100644 --- a/js/results.js +++ b/js/results.js @@ -36,8 +36,8 @@ window.onload = function() { ctx.fillText("Auth / Lib Axis (y): " + y_axis, 725, 1450); ctx.fillText("Prog / Con Axis (z): " + z_axis, 725, 1525); ctx.textAlign="right"; - ctx.font="60px Montserrat"; - ctx.fillText(App.name+' v'+App.version, 1750, 1560); + ctx.font="45px Montserrat"; + ctx.fillText(App.name+' v'+App.version, 1800, 1550); document.getElementById("banner").src = c.toDataURL(); }