Skip to content

Commit c2b8633

Browse files
committed
Bug fix: don't include gvar in all table keyed patches.
The check to detect when we transitioned between different design space configurations was incorrect which resulted in all table keyed patches in a font with design space extension including a patch against gvar. This fixes the check and adds a unit test which catches the issue.
1 parent 769a8c8 commit c2b8633

File tree

9 files changed

+374
-203
lines changed

9 files changed

+374
-203
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ http_archive(
7272
# Fontations
7373
http_archive(
7474
name = "fontations",
75-
urls = ["https://github.com/googlefonts/fontations/archive/9063931e9cb9c4e0b40a54c83314486dd36115f8.zip"],
76-
strip_prefix = "fontations-9063931e9cb9c4e0b40a54c83314486dd36115f8",
75+
urls = ["https://github.com/googlefonts/fontations/archive/13fefb967cd4ee176bf0730b2bea8cd3ade7646d.zip"],
76+
strip_prefix = "fontations-13fefb967cd4ee176bf0730b2bea8cd3ade7646d",
7777
build_file = "//third_party:fontations.BUILD",
78-
integrity = "sha256-aRxRkVF9A6aUE8Fu3y8StkH4tCLnM1iRFha6GcKbgFo=",
78+
integrity = "sha256-AalVpu9w4cZwq8cbbk+I8XPVch3d3nxCGHq5YBTa3dY=",
7979
)
8080

8181

0 commit comments

Comments
 (0)