[PR #6298] 🎨 Remove radius from apple-touch-icon #13489

Closed
opened 2026-04-10 21:55:40 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/6298

State: closed
Merged: Yes


Reported here: https://discord.com/channels/937901803608096828/940290142579605514/1446247938740195419

Problem is visible on IOS 18.3.

Example on IOS 18.3: Left icon shows the issue, right Icon is the fixed version from this PR.
image

Example on IOS 26.1 (looks the same - left is old icon, right is new)
image

Apple applies a system "squircle" mask with 20% radius automatically when rendering the icon on devices. Removing the radius from our icon so it'll render properly.

  • The preview looks a bit blockish without the radius - as far as I can see that's expected.

TODO:

  • Test on a real device on a newer version of IOS
  • Verify with OP that it has fixed the issue
**Original Pull Request:** https://github.com/actualbudget/actual/pull/6298 **State:** closed **Merged:** Yes --- <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> Reported here: https://discord.com/channels/937901803608096828/940290142579605514/1446247938740195419 **Problem is visible on IOS 18.3.** Example on IOS 18.3: Left icon shows the issue, right Icon is the fixed version from this PR. <img width="480" height="270" alt="image" src="https://github.com/user-attachments/assets/55771692-783b-4e6e-bd49-579994e326eb" /> **Example on IOS 26.1 (looks the same - left is old icon, right is new)** <img width="480" height="270" alt="image" src="https://github.com/user-attachments/assets/6ea9db33-9ead-4f43-9a48-43c5a78a4b19" /> Apple applies a system "squircle" mask with 20% radius automatically when rendering the icon on devices. Removing the radius from our icon so it'll render properly. - The preview looks a bit blockish without the radius - as far as I can see that's expected. **TODO:** - [x] Test on a real device on a newer version of IOS - [x] Verify with OP that it has fixed the issue
GiteaMirror added the pull-request label 2026-04-10 21:55:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#13489