typst-0.9: test/typ/visualize/shape-aspect-03.out
--- parse tree ---
[ Comment
, SoftBreak
, Code
"typ/visualize/shape-aspect-03.typ"
( line 2 , column 2 )
(Set
(Ident (Identifier "page"))
[ KeyValArg (Identifier "width") (Literal (Numeric 20.0 Pt))
, KeyValArg (Identifier "height") (Literal (Numeric 10.0 Pt))
, KeyValArg (Identifier "margin") (Literal (Numeric 0.0 Pt))
])
, SoftBreak
, Code
"typ/visualize/shape-aspect-03.typ"
( line 3 , column 2 )
(FuncCall
(Ident (Identifier "stack"))
[ KeyValArg (Identifier "dir") (Ident (Identifier "ltr"))
, NormalArg
(FuncCall
(Ident (Identifier "square"))
[ KeyValArg (Identifier "fill") (Ident (Identifier "red")) ])
, NormalArg
(FuncCall
(Ident (Identifier "square"))
[ KeyValArg (Identifier "fill") (Ident (Identifier "green")) ])
])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]),
text(body: [
]),
stack(children: (square(fill: rgb(100%,25%,21%,100%)),
square(fill: rgb(18%,80%,25%,100%))),
dir: ltr),
parbreak() })