googlefonts/noto-emoji

[COLRv1] Can't build font

Closed this issue · 2 comments

I'm having trouble building colrv1 font.
What i did:
cloned main
First I've made new venv
installed requirements
did size check
and ran make command
moved built fonts to fonts folder
(I've skipped colrv1_generate_configs.py since there is no such file and it worked fine like some months ago to build font without it)
started " nanoemoji *.toml " and it keeps failing on "picosvg/clipped/emoji_u1f4fc.svg" or "picosvg/clipped/emoji_u1f4f0.svg" (it's random each time)

The problem started like month ago and still can't build font and i have no idea if that is problem with dependencies
Untitled

Im on Ubuntu 22.04 LTS

See googlefonts/nanoemoji#455 && googlefonts/picosvg#304

Summary of above: this only happens with skia-pathops 0.8.0, until this gets fixed in picosvg please keep skia-pathops pinned to the previous release pip install skia-pathops==0.7.4.

thanks

See googlefonts/nanoemoji#455 && googlefonts/picosvg#304

Summary of above: this only happens with skia-pathops 0.8.0, until this gets fixed in picosvg please keep skia-pathops pinned to the previous release pip install skia-pathops==0.7.4.

thanks

Thank you!!! This fixed the issue!