We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
image-rendering: crisp-edges;
Cool project, just starting to have a poke around. On Firefox the first impressions are a little skewed because the images are quite blurry.
If you simply apply image-rendering: crisp-edges; will fix the issue.
apply image-rendering: crisp-edges;
Before on Firefox
After on Firefox
I'm happy to do a PR, I'd imagine it would be here right? https://github.com/vsmode/pixel8/blob/master/src/components/Stage.js#L235
The text was updated successfully, but these errors were encountered:
@cjke a PR would be great. That looks like the right spot to me!
Sorry, something went wrong.
Apologies about the delay - I've started to look at this tonight, but I hit a snag with styleguidedist (which I haven't used before).
Have you seen this error:
This is after a fresh install:
I'm going to take a look right now and get to the bottom of this 👍
No branches or pull requests
Cool project, just starting to have a poke around. On Firefox the first impressions are a little skewed because the images are quite blurry.
If you simply
apply image-rendering: crisp-edges;
will fix the issue.Before on Firefox
After on Firefox
I'm happy to do a PR, I'd imagine it would be here right?
https://github.com/vsmode/pixel8/blob/master/src/components/Stage.js#L235
The text was updated successfully, but these errors were encountered: