-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Icons.repeat_on renders as a black square #103202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Issue is reproducible on flutter doctor -v
|
Hypothesis: the symbol is missing in the font. In HTML renderer mode the browser is able to substitute the missing symbol with one from its own fallback font collection. |
Good catch! |
@guidezpl |
It's unfortunately internal since it also handles internal updates. Also, the files are vastly different sizes (the internal one is bigger), not sure why. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Uh oh!
There was an error while loading. Please reload this page.
Steps to Reproduce
flutter run
on the code sample or open in https://dartpad.dev/Expected results: icon
(screenshot taken with
Icons.repeat_on_rounded
)Actual results: black square
Code sample
Logs
The text was updated successfully, but these errors were encountered: