From 64d3fd8a3fc784d658b6670fce19f08c01a4363c Mon Sep 17 00:00:00 2001 From: Eric Biedert Date: Mon, 30 Oct 2023 22:24:39 +0100 Subject: Add missing gradient to stroke cast (#2527) --- tests/typ/visualize/shape-rect.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/typ/visualize/shape-rect.typ b/tests/typ/visualize/shape-rect.typ index 98450c80..6447b55d 100644 --- a/tests/typ/visualize/shape-rect.typ +++ b/tests/typ/visualize/shape-rect.typ @@ -51,7 +51,7 @@ #rect(radius: (left: 10pt, cake: 5pt)) --- -// Error: 15-21 expected length, color, dictionary, stroke, none, or auto, found array +// Error: 15-21 expected length, color, gradient, dictionary, stroke, none, or auto, found array #rect(stroke: (1, 2)) --- -- cgit v1.2.3