diff --git a/tests/ref/math-accent-flattened.png b/tests/ref/math-accent-flattened.png new file mode 100644 index 000000000..f7764cb74 Binary files /dev/null and b/tests/ref/math-accent-flattened.png differ diff --git a/tests/suite/math/accent.typ b/tests/suite/math/accent.typ index ab0078a5f..ecc0588c5 100644 --- a/tests/suite/math/accent.typ +++ b/tests/suite/math/accent.typ @@ -50,3 +50,11 @@ $hat(i), hat(i, dotless: #false), accent(j, tilde), accent(j, tilde, dotless: #f --- math-accent-dotless-set-rule --- #set math.accent(dotless: false) $ hat(i) $ + +--- math-accent-flattened --- +// Test flattened accent glyph variants. +#show math.equation: set text(font: "STIX Two Math") +$hat(a) hat(A)$ +$tilde(w) tilde(W)$ +$grave(i) grave(j)$ +$grave(I) grave(J)$