googlefonts / diffenator2

A font comparison tool that will not stop until your fonts are exhaustively compared.
Apache License 2.0
46 stars 6 forks source link

[diffbrowsers_glyphs.html] is not showing the changes #68

Closed vv-monsalve closed 1 year ago

vv-monsalve commented 1 year ago

The glyphs report is useful for checking all the glyphs in an organized table at once and quickly spotting both the changed and unchanged glyphs.

Currently, this report is not working as usual:

Previous report preview: Old-report-preview

New report preview: New-report-preview

Files to replicate I'm attaching two zip files that include all the reports + fonts used:

I've tried it with different fonts but this case is a good example since the expected differences are evident.

m4rc1e commented 1 year ago

Thanks for the zips! I'l take a look.

vv-monsalve commented 1 year ago

Testing this under v0.2.6 the glyphs html is showing now the differences.

However, the previous format had a couple of advantages for the QA functionality:

Could the previous format be restored?

m4rc1e commented 1 year ago

diffbrowsers_glyphs.html is now ordered by unicode.

Screenshot 2023-07-04 at 17 02 40

It's available on the main branch. I'll cut a release in the next day or two.

vv-monsalve commented 1 year ago

Brilliant! I've just tested it and is working great. Thank you.