From c627847cb39572c08f3b53db07ea325ef0d352fa Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 16 Oct 2021 12:22:47 +0200 Subject: Remove directions from grid --- tests/typ/layout/grid-1.typ | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'tests/typ') diff --git a/tests/typ/layout/grid-1.typ b/tests/typ/layout/grid-1.typ index 43a3883d..23723712 100644 --- a/tests/typ/layout/grid-1.typ +++ b/tests/typ/layout/grid-1.typ @@ -32,19 +32,6 @@ rect(width: 100%, fill: rgb("dddddd"))[aaa], ) ---- -#page(height: 3cm, width: 2cm) -#grid( - columns: (1fr, 1cm, 1fr, 1fr), - column-dir: ttb, - rows: (auto, 1fr), - rect(height: 100%, fill: rgb("222222"))[foo], - rect(height: 100%, fill: rgb("547d0a"))[bar], - rect(height: 100%, fill: eastern)[hab], - rect(height: 100%, fill: conifer)[baz], - rect(height: 100%, width: 100%, fill: rgb("547d0a"))[bar], -) - --- #page(height: 3cm, margins: 0pt) #align(center) -- cgit v1.2.3