Opened 6 years ago
Closed 6 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 )
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 6 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.