diff options
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%, |
