David Iglesias

Results 33 issues of David Iglesias

For some emoji glyph codes, like `0x1f3d5`, Flutter web will resolve Noto Sans Symbols instead of Noto Color Emoji. This is what it looks like: But the emoji [should look...

engine
a: typography
platform-web
has reproducible steps
team-web
found in release: 3.24
found in release: 3.27

While testing some Emoji rendering (using `package:emoji`) I noticed that in some frames, we fire a "Could not find a set of Noto fonts to display all missing characters": The...

engine
a: typography
platform-web
has reproducible steps
team-web

Removes the `--web-renderer` option. Flutter tool users won't be able to select their web renderer. In order to not drop test coverage, tests are still run with the HTML Renderer,...

tool