Opened 5 years ago

Last modified 5 years ago

#41 closed defect

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

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

Description

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

Note: See TracTickets for help on using tickets.