Bug 103767 - Use vector graphics on Bugzilla start page
Summary: Use vector graphics on Bugzilla start page
Status: RESOLVED NOTOURBUG
Alias: None
Product: freedesktop.org
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: fd.o Admin Massive
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-15 17:23 UTC by Paul Menzel
Modified: 2017-11-17 15:48 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Screenshot of blurry images (157.22 KB, image/png)
2017-11-15 17:23 UTC, Paul Menzel
Details

Description Paul Menzel 2017-11-15 17:23:18 UTC
Created attachment 135498 [details]
Screenshot of blurry images

On HiDPI display (Dell UP3214Q) the icons on the Bugzilla start page look very blurry as seen on the attached image.

```
#enter_bug {
 background: url(../../skins/standard/index/file-a-bug.png)  no-repeat;
}
#query     {
 background: url(../../skins/standard/index/search.png)      no-repeat;
}
#account   {
 background: url(../../skins/standard/index/new-account.png) no-repeat;
}
#help      {
 background: url(../../skins/standard/index/help.png)        no-repeat;
}
```

Could please vector graphics be used or different images depending on the resolution?
Comment 1 Tollef Fog Heen 2017-11-17 15:48:59 UTC
We're using the stock icons from upstream bugzilla. If you want them to provide other resolutions, please file a bug upstream since we're not going to change that for freedesktop.org.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.