Page MenuHomePhabricator

Illustration in Wikidata Community Survey Banner not crisp
Open, Needs TriagePublic

Description

User Story:: As a user, I want stuff on my screen shown crisp and clear.

Current Problems: The illustration of a survey sheet on the wikidata community survey banner uses coordinates placed between pixels, it seems.

Caveats: Hope improvements apply to all browers…

I used this changes to get rid of the .5 coordinates and get a crisp display on Firefox:

					<path d="M4 1H50V58H4V1Z" fill="white" stroke="black" stroke-width="2"></path>
					<path fill="white" d="M53 15H45L10 52.8542H0V60208L52 61L53 15Z"></path>
					<rect x="11" y="7" width="5" height="5" fill="white"></rect>
					<rect x="11" y="7" width="5" height="5" fill="white"></rect>
					<rect x="11" y="7" width="5" height="5" stroke="black" stroke-width="2"></rect>
					<path fill="white" d="M11 17H16V22H11V17Z"></path>
					<path fill="white" d="M11 17H16V22H11V17Z"></path>
					<path stroke="black" stroke-width="2" d="M11 17H16V22H11V17Z"></path>
					<path d="M20 9H41" stroke="black" stroke-width="2"></path>
					<path d="M20 20H41" stroke="black" stroke-width="2"></path>