Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pascal Engélibert
vignette
Commits
ebe8544c
Commit
ebe8544c
authored
Jul 11, 2021
by
matograine
Browse files
write URL in grey
parent
97934fed
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
ebe8544c
...
...
@@ -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
()
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment