diff options
| author | LU Jialin <luxxxlucy@gmail.com> | 2023-09-25 19:13:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-25 13:13:16 +0200 |
| commit | 04b4536772362e15de5ee3e88d05dbb066f85f37 (patch) | |
| tree | 7048777fd3608315e577fca57d50b19f44e7a895 /tests | |
| parent | 50b031843410505a45da6f2792d9b87e3d5845a1 (diff) | |
Fixing the baseline in math content (#2220)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/bugs/math-shift.png | bin | 0 -> 2260 bytes | |||
| -rw-r--r-- | tests/typ/bugs/math-shift.typ | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/ref/bugs/math-shift.png b/tests/ref/bugs/math-shift.png Binary files differnew file mode 100644 index 00000000..4d4b5f5e --- /dev/null +++ b/tests/ref/bugs/math-shift.png diff --git a/tests/typ/bugs/math-shift.typ b/tests/typ/bugs/math-shift.typ new file mode 100644 index 00000000..4a833e31 --- /dev/null +++ b/tests/typ/bugs/math-shift.typ @@ -0,0 +1,5 @@ +// https://github.com/typst/typst/issues/2214 +// The math content should also be affected by the TextElem baseline. + +hello #text(baseline: -5pt)[123 #sym.WW\orld]\ +hello #text(baseline: -5pt)[$123 WW#text[or]$ld]\ |
