-
-
Notifications
You must be signed in to change notification settings - Fork 540
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
feat: added dpi preview #1510
feat: added dpi preview #1510
Conversation
5b070f4
to
744ef4d
Compare
This reverts commit dcb9fe3.
Co-authored-by: Eric Fennis <[email protected]>
5173507
to
dbb2cf1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jguddas Awesome work, this is really cool!
Question: What's the benefit of adding the 18px preview of the low DPI preview?
I think we should check that our icons work at 75% scale, using 18px high icons is super common. |
@jguddas Yeah but all icons are designed on 24px. So 18px will probably always looks blurry. So I'm not sure if this preview is useful. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
This adds a preview with the icon pixelated to see how they look on non-high-dpi screens.
Example: jguddas/github-icon-worflow-test#17 (comment)