From 020294fca9a7065d4b9cf4e677f606ebaaa29b00 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 13 Apr 2024 10:39:45 +0200 Subject: Better test runner (#3922) --- tests/typ/visualize/pattern-stroke.typ | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tests/typ/visualize/pattern-stroke.typ (limited to 'tests/typ/visualize/pattern-stroke.typ') diff --git a/tests/typ/visualize/pattern-stroke.typ b/tests/typ/visualize/pattern-stroke.typ deleted file mode 100644 index 3cc43a70..00000000 --- a/tests/typ/visualize/pattern-stroke.typ +++ /dev/null @@ -1,13 +0,0 @@ -// Test pattern on strokes - ---- -#align( - center + top, - square( - size: 50pt, - stroke: 5pt + pattern( - size: (5pt, 5pt), - align(horizon + center, circle(fill: blue, radius: 2.5pt)) - ) - ) -) -- cgit v1.2.3