diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-04-03 20:54:55 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-04-03 21:12:32 +0200 |
| commit | a86cf7bd8c58b0ec26f8f53eb90f0dc6c95a1070 (patch) | |
| tree | 0195d4b30fd52625175ec71ba785ae4510615766 /tests/typ/library | |
| parent | bfbbe8dcf8881d276c3db05aea99f7da915edde2 (diff) | |
Refresh all reference images ✅
Diffstat (limited to 'tests/typ/library')
| -rw-r--r-- | tests/typ/library/paragraph.typ | 1 | ||||
| -rw-r--r-- | tests/typ/library/rect.typ | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/typ/library/paragraph.typ b/tests/typ/library/paragraph.typ index 74fb8189..a26aed84 100644 --- a/tests/typ/library/paragraph.typ +++ b/tests/typ/library/paragraph.typ @@ -3,6 +3,7 @@ --- // Test configuring paragraph properties. +// FIXME: Word spacing doesn't work due to new shaping process. #par(spacing: 10pt, leading: 25%, word-spacing: 1pt) But, soft! what light through yonder window breaks? It is the east, and Juliet diff --git a/tests/typ/library/rect.typ b/tests/typ/library/rect.typ index 40713411..9acb0975 100644 --- a/tests/typ/library/rect.typ +++ b/tests/typ/library/rect.typ @@ -19,7 +19,7 @@ // Not visible, but creates a gap between the boxes above and below // due to line spacing. -#rect(width: 2in, fill: #ff0000) +#rect(width: 1in, fill: #ff0000) // These are in a row! #rect(width: 0.5in, height: 10pt, fill: #D6CD67) |
