You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use an image with a faint border, it's hard to tell exactly where the border of the image is because the canvas resizes to fit the image but lacks a high-contrast border. My own suggestion would be to use a little CSS:
canvas {
border:1px solid black;
}
To reproduce this issue, try a solid white image -- it vanishes completely against the page's default background.
The text was updated successfully, but these errors were encountered:
If you use an image with a faint border, it's hard to tell exactly where the border of the image is because the canvas resizes to fit the image but lacks a high-contrast border. My own suggestion would be to use a little CSS:
To reproduce this issue, try a solid white image -- it vanishes completely against the page's default background.
The text was updated successfully, but these errors were encountered: