-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
bugSomething isn't workingSomething isn't workingvisualizeRelated to the visualize category, which is about drawing and illustratingRelated to the visualize category, which is about drawing and illustrating
Description
Description
The rendering for gradient stroke rendering is currently wrong for right and bottom
#rect(
width: 100pt,
height: 100pt,
radius: 20pt,
inset: 0pt,
fill: black,
stroke: (
top: gradient.linear((gray, 0%), (black, 75%), (black, 100%), angle: 90deg) + 3pt,
right: gradient.linear((gray, 0%), (black, 75%), (black, 100%), angle: 180deg) + 3pt,
bottom: gradient.linear((gray, 0%), (black, 75%), (black, 100%), angle: 270deg) + 3pt,
left: gradient.linear((gray, 0%), (black, 75%), (black, 100%), angle: 0deg) + 3pt,
)
)Reproduction URL
No response
Operating system
Windows
Typst version
- I am using the latest version of Typst
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingvisualizeRelated to the visualize category, which is about drawing and illustratingRelated to the visualize category, which is about drawing and illustrating
