futurice / futurice/process-arrow
Perfectly rendering arrow
- Dominant language
- HTML
- Stars
- 8
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
We aspire the arrow to actually consist only of a single piece. This may not be possible, but at the very least the arrow should not be susceptible to sub-pixel rendering issues like it is now.

Screenshot of current rendering issue on Chrome Beta for Android (37).
Possible solution might be to use inline SVG. SVG as background/ probably won't work because fill color needs to be set by CSS.
## Requirements for a better arrow
- Color set by CSS, like it is now
- No (even zero-pixel) gaps that show upon zooming in touch devices
- No overlapping parts (for rgba/hsla color support)
- Top/bottom edge width 100% of the container
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.