Changes between Initial Version and Version 1 of Ticket #41


Ignore:
Timestamp:
May 27, 2019, 1:48:07 AM (5 years ago)
Author:
Ben Lippmeier
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41 – Description

    initial v1  
    11From the mailing list:
    22
    3 ```
     3{{{
    44-- This plot a convex semi-circle as expected
    55main = display (InWindow "Nice Window" (200, 200) (10, 10)) white (thickArc 180 0 80 0)
     
    88main = display (InWindow "Nice Window" (200, 200) (10, 10)) white (thickArc 180   0 80 5)
    99main = display (InWindow "Nice Window" (200, 200) (10, 10)) white (thickArc 180 360 80 5)
    10 ```
     10}}}