Shape arc

Discussion in 'Rebol' started by MaxV, Apr 11, 2011.

  1. MaxV

    MaxV Member

    Hello,
    I really can't understand how ARC command works...
    Does anyone know how to do a circle in a specified position?
    Code:
    view layout [
    box 300x300 effect [draw [shape[
    move 50x50
    'arc  100x50 50 50 false true
    'arc   50 50 false true
    ]]]]
    
  2. Graham

    Graham Developer Staff Member

Share This Page