-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
Consider the following code:
#block(
radius: 100%,
clip: true,
rect(fill: gray, height: 1cm, width: 1cm),
)the result is a circle, but when exporting to PNG, the circle is not anti-aliased1:
Doing the same with a normal circle has the desired result:
#circle(fill: gray, radius: 0.5cm)Footnotes
-
This image was scaled five times with nearest-neighbor after the facts to make the effect more visible. ↩
Reactions are currently unavailable

