﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
41	Thick circles have wrong con(vex/cave) depending on thickness.	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)
}}}"	defect	new	normal	1.8.0	Unknown	1.7.0			
