summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEric Biedert <github@ericbiedert.de>2023-12-28 14:30:32 +0100
committerGitHub <noreply@github.com>2023-12-28 13:30:32 +0000
commitf94708d202785922f9ffbc6b3beb50a5d636682b (patch)
tree018f59edd55a894b55baa1e10be97c0f9992faef /tests
parent162b4e812db3027481b88fcaab02ba5c8337b041 (diff)
Make accent size adjustable (#3077)
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/math/accent.pngbin8128 -> 8869 bytes
-rw-r--r--tests/typ/math/accent.typ4
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/math/accent.png b/tests/ref/math/accent.png
index 619a066c..b955b5ad 100644
--- a/tests/ref/math/accent.png
+++ b/tests/ref/math/accent.png
Binary files differ
diff --git a/tests/typ/math/accent.typ b/tests/typ/math/accent.typ
index cf1d3fa2..315e14b3 100644
--- a/tests/typ/math/accent.typ
+++ b/tests/typ/math/accent.typ
@@ -27,3 +27,7 @@ $A^x != hat(A)^x != hat(hat(A))^x$
---
// Test high base.
$ tilde(integral), tilde(integral)_a^b, tilde(integral_a^b) $
+
+---
+// Test accent size.
+$tilde(sum), tilde(sum, size: #50%), accent(H, hat, size: #200%)$