[webkit-reviews] review denied: [Bug 218003] Web Inspector: Inspect element icon looks blurry on non-retina (1x) screen : [Attachment 413226] Web Inspector: Fix Crosshair svg blurry for 1x non-retina screens

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 4 17:44:40 PST 2020


Devin Rousso <drousso at apple.com> has denied Federico Bucchi
<fbucchi at apple.com>'s request for review:
Bug 218003: Web Inspector: Inspect element icon looks blurry on non-retina (1x)
screen
https://bugs.webkit.org/show_bug.cgi?id=218003

Attachment 413226: Web Inspector: Fix Crosshair svg blurry for 1x non-retina
screens

https://bugs.webkit.org/attachment.cgi?id=413226&action=review




--- Comment #3 from Devin Rousso <drousso at apple.com> ---
Comment on attachment 413226
  --> https://bugs.webkit.org/attachment.cgi?id=413226
Web Inspector: Fix Crosshair svg blurry for 1x non-retina screens

View in context: https://bugs.webkit.org/attachment.cgi?id=413226&action=review

> Source/WebInspectorUI/UserInterface/Images/Crosshair.svg:4
> +    <g transform="translate(0.5 0.5)">

We try to avoid using `<g>` and `transform` wherever possible to keep things
flat and clean.  This is how we do it for all other glyphs.

Rather than have a `translate` here, please add `0.5` to the necessary
coordinates within this.


More information about the webkit-reviews mailing list