S-Man42 / GCWizard

GC Wizard
Other
43 stars 10 forks source link

GCW SCript ARC is drawn in Web App but not in iOAS/Android #1705

Closed t-m-z closed 2 weeks ago

t-m-z commented 2 weeks ago

screen(1) stroke(3) color(100,100,100) arc(200,200,100,0,3)

should draw an arc at (200,100) with radius 100 starting at angle 0 rad to angle 3 rad

Web: okay App: nothing happens