diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-06-30 22:32:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-30 22:32:24 +0200 |
| commit | 17e89468847735df10381c47c46c7d82d33cc463 (patch) | |
| tree | b0ce55f7d62aac399717aac3ab5a76c981c66f65 /tests/typ/insert/circle.typ | |
| parent | 911b5818344e85a58da9db895a333d22484b7ae7 (diff) | |
Remove color literals (#39)
Diffstat (limited to 'tests/typ/insert/circle.typ')
| -rw-r--r-- | tests/typ/insert/circle.typ | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/insert/circle.typ b/tests/typ/insert/circle.typ index 1c8808a4..fbb45435 100644 --- a/tests/typ/insert/circle.typ +++ b/tests/typ/insert/circle.typ @@ -4,7 +4,7 @@ // Test auto sizing. Auto-sized circle. \ -#circle(fill: #eb5278)[ +#circle(fill: rgb("eb5278"))[ #align!(center, center) But, soft! ] @@ -28,9 +28,9 @@ Expanded by height. --- // Test relative sizing. -#rect(width: 100%, height: 50pt, fill: #aaa)[ +#rect(width: 100%, height: 50pt, fill: rgb("aaa"))[ #align!(center, center) - #font!(color: #fff) + #font!(color: white) #circle(radius: 10pt, fill: eastern)[A] #circle(height: 60%, fill: eastern)[B] #circle(width: 20% + 20pt, fill: eastern)[C] |
