We should see if we can adjust the watermark and make it look better. The current version needs more spacing around the text, and its alignment should be adjusted a bit so it's in the center of its bounding box.
I tried to adjust it quickly, but it required more thought and adjustments, so I created this issue. Using a watermark like SMITE or RBK (all caps) will show the issues.
Adding ctx.textBaseline = "middle"; helps in some cases but break in cases like gudmap.org.
We should see if we can adjust the watermark and make it look better. The current version needs more spacing around the text, and its alignment should be adjusted a bit so it's in the center of its bounding box.
I tried to adjust it quickly, but it required more thought and adjustments, so I created this issue. Using a watermark like
SMITE
orRBK
(all caps) will show the issues.Adding
ctx.textBaseline = "middle";
helps in some cases but break in cases likegudmap.org
.