Skip to content

Commit 63686de

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 63686de

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/92b05307c8f537ddddbd35fe4eceee9605d21f30.zip"],
76+
strip_prefix = "fontations-92b05307c8f537ddddbd35fe4eceee9605d21f30",
7777
build_file = "//third_party:fontations.BUILD",
78-
integrity = "sha256-aRxRkVF9A6aUE8Fu3y8StkH4tCLnM1iRFha6GcKbgFo=",
78+
integrity = "sha256-eBn07mKigonQxOVNeowSOi7EhsYDpEFoDZbMAQlBsCE=",
7979
)
8080

8181

0 commit comments

Comments
 (0)