Closed cas-- closed 1 year ago
thanks, I believe this is the same as https://github.com/googlefonts/nanoemoji/issues/455, and it's picosvg not knowing about a new feature that had been added in https://github.com/fonttools/skia-pathops/pull/66
I will fix it soon, please keep it pinned for now, apologies for any unexpected breakages
fixed in picosvg https://github.com/googlefonts/picosvg/pull/305
Testing Picosvg with a flag for Mexico and encountered the error below. It was resolved by downgrading
skia-pathops
to version 0.7.4.I managed to isolate the path with the issue and it seems that the path.segments is returning
None
as one of the points and missing the initialmoveTo
.I have created a quick test however I am unable to speculate on the actual issue