Skip to content

transformed_sweep and composite_colr_glyph sample images are flipped with fonttools 4.38.0 #147

@danc86

Description

@danc86

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:
glyph_more_samples_transformed_sweep_cairo

Actual:
glyph_more_samples_transformed_sweep_cairo

Expected:
glyph_more_samples_composite_colr_glyph_cairo

Actual:
glyph_more_samples_composite_colr_glyph_cairo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions