Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Canvas border should always be visible #17

Open
wilkinson opened this issue May 14, 2012 · 0 comments
Open

Canvas border should always be visible #17

wilkinson opened this issue May 14, 2012 · 0 comments

Comments

@wilkinson
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant