diff options
Diffstat (limited to 'tests/typ/visualize/gradient-text-other.typ')
| -rw-r--r-- | tests/typ/visualize/gradient-text-other.typ | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/typ/visualize/gradient-text-other.typ b/tests/typ/visualize/gradient-text-other.typ deleted file mode 100644 index 04b84cb6..00000000 --- a/tests/typ/visualize/gradient-text-other.typ +++ /dev/null @@ -1,14 +0,0 @@ -// Test text gradients with radial and conic gradients. - ---- -#set page(width: 200pt, height: auto, margin: 10pt) -#set par(justify: true) -#set text(fill: gradient.radial(red, blue)) -#lorem(30) - - ---- -#set page(width: 200pt, height: auto, margin: 10pt) -#set par(justify: true) -#set text(fill: gradient.conic(red, blue, angle: 45deg)) -#lorem(30) |
