-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Description
I found out that the y dimension of polygons produced with ngon is wrong.
For instance
compose(context(units=UnitBox(-3,-3,6,6)), ngon(0, 0, 1, 6), rectangle(-cos(π/6),-√2,2cos(π/6),2√2), stroke("red")) |> SVG("save.png")Produces
which means that the y dimension is 2√2 instead of being twice the radius, i.e. 2
Metadata
Metadata
Assignees
Labels
No labels