Opened 5 years ago

Closed 5 years ago

#41 closed defect (fixed)

Thick circles have wrong con(vex/cave) depending on thickness.

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 (2)

comment:1 Changed 5 years ago by Ben Lippmeier

Description: modified (diff)

comment:2 Changed 5 years ago by Ben Lippmeier

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.