Opened 5 years ago

Last modified 5 years ago

#41 closed defect

Thick circles have wrong con(vex/cave) depending on thickness. — at Version 1

Reported by: Ben Lippmeier Owned by:
Priority: normal Milestone: 1.8.0
Component: Unknown Version: 1.7.0
Keywords: Cc:

Description (last modified by Ben Lippmeier)

From the mailing list:

-- This plot a convex semi-circle as expected
main = display (InWindow "Nice Window" (200, 200) (10, 10)) white (thickArc 180 0 80 0)

-- Any of the following plot a concave semi-circle counter expected!!!
main = display (InWindow "Nice Window" (200, 200) (10, 10)) white (thickArc 180   0 80 5)
main = display (InWindow "Nice Window" (200, 200) (10, 10)) white (thickArc 180 360 80 5)

Change History (1)

comment:1 Changed 5 years ago by Ben Lippmeier

Description: modified (diff)
Note: See TracTickets for help on using tickets.