diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-03-18 23:36:18 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-03-18 23:43:58 +0100 |
| commit | beca01c826ee51c9ee6d5eadd7e5ef10f7fb9f58 (patch) | |
| tree | e0ebb40b8775bba3b4be7bc47dceda3d349e2ac0 /tests/typ/text | |
| parent | 77d153d315a2a5909840ebcd47491e4cef14428b (diff) | |
Methods
Diffstat (limited to 'tests/typ/text')
| -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 e0693ca3..a9f380b9 100644 --- a/tests/typ/text/deco.typ +++ b/tests/typ/text/deco.typ @@ -19,8 +19,8 @@ #overline(underline[Running amongst the wolves.]) --- -#let redact = strike with (10pt, extent: 5%) -#let highlight = strike with ( +#let redact = strike.with(10pt, extent: 5%) +#let highlight = strike.with( stroke: rgb("abcdef88"), thickness: 10pt, extent: 5%, |
