Skip to content
Snippets Groups Projects
Commit ebe8544c authored by matograine's avatar matograine
Browse files

write URL in grey

parent 97934fed
No related branches found
No related tags found
No related merge requests found
......@@ -374,6 +374,7 @@
ctx.save()
ctx.translate(CANVAS_WIDTH - MARGIN_CANVAS, CANVAS_HEIGHT - MARGIN_CANVAS)
ctx.rotate(-Math.PI/2);
ctx.fillStyle = "grey";
ctx.fillText (address, 0, 0);
ctx.restore()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment