-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Icons in release build have a larger file size and are blurry #2339
Comments
Thanks for the report. The file size has always been larger but the blur is too high and it used to be lower in 1.12.1. We'll fix it for the next release. |
Since jQuery UI 1.13.0, partially transparent pixels in the icons file started being too dark. Set gamma to 0.5 for the A channel to get closer to the 1.12.1 output. A test comparing similarity of the generated image to the jQuery 1.12.1 has been added as well. Fixes jquery/jquery-ui#2339
Since jQuery UI 1.13.0, partially transparent pixels in the icons file started being too dark. Set gamma to 0.5 for the A channel to get closer to the 1.12.1 output. A test comparing similarity of the generated image to the jQuery 1.12.1 has been added as well. Fixes jquery/jquery-ui#2339
This fixes icons being too dark & blurry. Fixes jquery/jquery-ui#2339
This should be fixed now. The zip you mentioned will only be fixed for jQuery UI 1.14.2 or newer, but the Download Builder now builds correct sprites even for older releases, so you can just go to https://jqueryui.com/download/, choose everything and click Download to get a fixed version. |
Compare the icons from the zip with the ones checked in in git:
https://jqueryui.com/resources/download/jquery-ui-1.14.1.zip
The text was updated successfully, but these errors were encountered: