diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-08 15:08:26 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-08 15:45:14 +0200 |
| commit | 712c00ecb72b67da2c0788e5d3eb4dcc6366b2a7 (patch) | |
| tree | f5d7ef4341a4728c980d020cc173fa6bb70feaff /tests/typ/text/deco.typ | |
| parent | 977ac77e6a3298be2644a8231e93acbef9f7f396 (diff) | |
Em units
Diffstat (limited to 'tests/typ/text/deco.typ')
| -rw-r--r-- | tests/typ/text/deco.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/text/deco.typ b/tests/typ/text/deco.typ index a9f380b9..071208ac 100644 --- a/tests/typ/text/deco.typ +++ b/tests/typ/text/deco.typ @@ -19,11 +19,11 @@ #overline(underline[Running amongst the wolves.]) --- -#let redact = strike.with(10pt, extent: 5%) +#let redact = strike.with(10pt, extent: 0.05em) #let highlight = strike.with( stroke: rgb("abcdef88"), thickness: 10pt, - extent: 5%, + extent: 0.05em, ) // Abuse thickness and transparency for redacting and highlighting stuff. |
