Skip to content

Commit

Permalink
changed the result image
Browse files Browse the repository at this point in the history
  • Loading branch information
m-primo committed May 5, 2021
1 parent 9c64013 commit 7580f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/results.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 7580f19

Please sign in to comment.