googlefonts / noto-emoji

Noto Emoji fonts
SIL Open Font License 1.1
3.71k stars 449 forks source link

[COLRv1] Can't build font #429

Closed RadekBledowski closed 1 year ago

RadekBledowski commented 1 year ago

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

anthrotype commented 1 year ago

See https://github.com/googlefonts/nanoemoji/issues/455 && https://github.com/googlefonts/picosvg/issues/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

RadekBledowski commented 1 year ago

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!