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

[REBOL] VID Problem: not enough memory

From: robert:muench:robertmuench at: 30-Oct-2002 16:15

Hi, I have a strange problem I can't solve. Please try the following code: rebol [] arrows: [ pen 200.200.200 fill-pen red line -15x-45 15x-15 polygon 15x-15 7x-18 11x-22 line 15x-15 15x45 polygon 15x45 12x37 18x37 line -15x-45 -75x60 polygon -75x60 -73x51 -68x54 line -15x-45 -45x-15 polygon -45x-15 -41x-22 -37x-18 ] view make face probe compose/deep [ size: 300x300 effect: [draw [(arrows)]] ] Any idea what the problem is? Is it a problem that I have negative coordinates? Robert