[REBOL] Re: draw tutorial?
From: gchiu:compkarori at: 13-Sep-2001 21:18
quick question:
What do I need to change to get my "circles" to draw across
the edges of the grid. The top left hand one is truncated.
REBOL []
polished: load-thru/binary http://www.cybarite.com/public/polished.png
palms: load-thru/binary http://www.rebol.com/view/palms.jpg
view layout [size 400x400
backtile polished gold
image 360x360 palms effect [ fit grid 20x20
draw
[ pen 200.0.0
fill-pen black circle 100x100 9
fill-pen white circle 200x200 9
fill-pen black circle 0x0 9
fill-pen white circle 100x120 9
]
]
]
--
Graham Chiu