Blurry SVG on Android
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 330
- Forks
- 76
- Avg merge
- 3h 6m
- Merged PRs (30d)
- 1
Description
In the https://github.com/dfabulich/skipapp-showcase/tree/blurry-svg branch, I added a single commit https://github.com/dfabulich/skipapp-showcase/commit/6ffe076b61db9fa199dcbd6a836960205eb716c2 to replace the Butterfly SVG with an SVG that I downloaded from https://fonts.google.com/icons
When I build and run on iOS, the star looks good in the image playground, but when I build and run on Android, the star is blurry. It looks like something rendered it to bitmap and then scaled up the bitmap.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the blurry-svg branch and commit 6ffe076b61db9fa199dcbd6a836960205eb716c2 in the skipapp-showcase example. Build and run the image playground on both iOS and Android, then trace how the Butterfly SVG is rendered on Android. Done means the star is sharp on Android as it is on iOS.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, swift
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100