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

[REBOL] Re: Drawing in an image

From: arolls:bigpond:au at: 18-Mar-2001 17:07

Hello, I have an ellipse drawing function and an oval drawing function (filled ellipse) in my graphics library file: http://users.bigpond.net.au/datababies/anton/rebol/graphics.r Check out my reb-site for demonstrations: http://users.bigpond.net.au/datababies/anton/rebol/index.r If you have an old version of graphics.r in your cache, most of the new demos probably won't run from the test panel. So delete any old stuff from your cache. I am still experimenting with loading required files over the net, and I haven't come up with something that satisfies all requirements to use in all my scripts.. Actually, there are two locations where cache files can end up, depending on which functions are used to cache them. %.../public/users.bigpond.net.au/ %.../public/users.bigpond.net.au/datababies/anton/rebol/ The second is better, but the inbuilt 'read-thru saves to the first. Regards, Anton.