Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Draw use...

From: allenk:powerup:au at: 14-Jun-2001 7:33

Looks like you need to reduce it so that you are passing this [draw [ pen red line 0x0 600x600]] as the effect block rather than just the words [draw test] view layout [area 600x600 effect reduce ['draw test]] Cheers, Allen K