In requirements.txt there is currently fonttools==4.34.4 pinned, but I'm working on packaging this in nixpkgs and we have fonttools 4.38.0 there. When I run the tests, two sample images are failing because their outputs look different on the cairo and skia backends: transformed_sweep and composite_colr_glyph.
Expected:

Actual:

Expected:

Actual:

I confirmed that switching back to fonttools 4.34.4 fixes the test failures so it seems to be due to some change in fonttools.
You might know about this already, I guess it's (one of the) issues afflicting PR #146, if so I apologise for the extra noise.
In
requirements.txtthere is currentlyfonttools==4.34.4pinned, but I'm working on packaging this in nixpkgs and we have fonttools 4.38.0 there. When I run the tests, two sample images are failing because their outputs look different on the cairo and skia backends:transformed_sweepandcomposite_colr_glyph.Expected:

Actual:

Expected:

Actual:

I confirmed that switching back to fonttools 4.34.4 fixes the test failures so it seems to be due to some change in fonttools.
You might know about this already, I guess it's (one of the) issues afflicting PR #146, if so I apologise for the extra noise.