From d1cd814ef8149cbac6e59c81e074aa59c930eed3 Mon Sep 17 00:00:00 2001 From: Birk Tjelmeland Date: Thu, 13 Apr 2023 16:05:56 +0200 Subject: Add support for more complex strokes (#505) --- tests/typ/visualize/shape-rect.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/visualize/shape-rect.typ') diff --git a/tests/typ/visualize/shape-rect.typ b/tests/typ/visualize/shape-rect.typ index a95f2750..951d5bea 100644 --- a/tests/typ/visualize/shape-rect.typ +++ b/tests/typ/visualize/shape-rect.typ @@ -51,5 +51,5 @@ #rect(radius: (left: 10pt, cake: 5pt)) --- -// Error: 15-21 expected length, color, stroke, none, dictionary, or auto, found array +// Error: 15-21 expected length, color, dictionary, stroke, none, or auto, found array #rect(stroke: (1, 2)) -- cgit v1.2.3