diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-11-20 15:51:07 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-11-20 15:51:07 +0100 |
| commit | cef46e6c40fed0089a20e44ff2f251c06878891c (patch) | |
| tree | a4f12ced1441a014f0446f5b01e3f0f87bdd21b5 /tests/typ/elements/rect.typ | |
| parent | 70c0dd767452772d29167e39b1c4f919519422ce (diff) | |
Strokes
Diffstat (limited to 'tests/typ/elements/rect.typ')
| -rw-r--r-- | tests/typ/elements/rect.typ | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/typ/elements/rect.typ b/tests/typ/elements/rect.typ index 59dd4ee0..bb666fb2 100644 --- a/tests/typ/elements/rect.typ +++ b/tests/typ/elements/rect.typ @@ -8,10 +8,15 @@ #page(width: 150pt) // Fit to text. -#rect(fill: conifer)[Textbox] +#rect(fill: conifer, padding: 3pt)[Textbox] // Empty with fixed width and height. -#rect(width: 3cm, height: 12pt, fill: rgb("ed8a4c")) +#block(rect( + height: 15pt, + fill: rgb("46b3c2"), + stroke: rgb("234994"), + thickness: 2pt, +)) // Fixed width, text height. #rect(width: 2cm, fill: rgb("9650d6"), pad(5pt)[Fixed and padded]) |
