From 79638d4bbdc140a8dca0ccfdf70ffd607d5da251 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 16 Nov 2021 12:47:14 +0100 Subject: Don't wrap already layoutable nodes into flows/pars unnecessarily --- tests/typ/elements/circle.typ | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'tests/typ/elements/circle.typ') diff --git a/tests/typ/elements/circle.typ b/tests/typ/elements/circle.typ index c36f9f94..4413d0d9 100644 --- a/tests/typ/elements/circle.typ +++ b/tests/typ/elements/circle.typ @@ -14,16 +14,15 @@ Auto-sized circle. \ ] Center-aligned rect in auto-sized circle. -#circle(fill: forest)[ - #align(center, center) - #rect(fill: conifer, pad(5pt)[ - But, soft! - ]) -] +#circle(fill: forest, + align(center, center, + rect(fill: conifer, pad(5pt)[But, soft!]) + ) +) -100%-width rect in auto-sized circle. \ +Rect in auto-sized circle. \ #circle(fill: forest, - rect(width: 100%, fill: conifer)[ + rect(fill: conifer)[ But, soft! what light through yonder window breaks? ] ) -- cgit v1.2.3