After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 672592 - Off label in switches is fuzzy
Off label in switches is fuzzy
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
3.3.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-03-21 20:50 UTC by Cosimo Cecchi
Modified: 2012-03-30 11:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (7.45 KB, image/png)
2012-03-21 20:51 UTC, Cosimo Cecchi
  Details
svg: Make the OFF toggle widgets be the same width as the ON ones (1.44 KB, patch)
2012-03-21 23:53 UTC, Rui Matos
committed Details | Review

Description Cosimo Cecchi 2012-03-21 20:50:56 UTC
Since 3.3.92 the Off label in switches is rendered fuzzy/blurred; it used to be crisp clear before.
Comment 1 Cosimo Cecchi 2012-03-21 20:51:08 UTC
Created attachment 210289 [details]
screenshot
Comment 2 Rui Matos 2012-03-21 23:53:24 UTC
Created attachment 210298 [details] [review]
svg: Make the OFF toggle widgets be the same width as the ON ones

Since the toggle switches have a 65px size in the CSS file, the
background image size should match it or it will be scaled and look
fuzzy.

--
I'm unsure if hand-editing the SVGs like this is correct but it fixes
the fuzzyness here.
Comment 3 drago01 2012-03-24 16:38:36 UTC
Review of attachment 210298 [details] [review]:

Looks fine.
Comment 4 Rui Matos 2012-03-30 11:37:53 UTC
Attachment 210298 [details] pushed as e7da715 - svg: Make the OFF toggle widgets be the same width as the ON ones