Changes between Initial Version and Version 1 of Ticket #41
- Timestamp:
- May 27, 2019, 1:48:07 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41 – Description
initial v1 1 1 From the mailing list: 2 2 3 ``` 3 {{{ 4 4 -- This plot a convex semi-circle as expected 5 5 main = display (InWindow "Nice Window" (200, 200) (10, 10)) white (thickArc 180 0 80 0) … … 8 8 main = display (InWindow "Nice Window" (200, 200) (10, 10)) white (thickArc 180 0 80 5) 9 9 main = display (InWindow "Nice Window" (200, 200) (10, 10)) white (thickArc 180 360 80 5) 10 ``` 10 }}}