#AreaFill
This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.
O.K., I've found that sometimes adding a little extra space in the
AllocRaster call, and in the FreeRaster call works. I've used
AllocRaster(width+24L,height+24L); and
FreeRaster(PTR,width+24L,height+24L); I'm not really sure WHY, but this
worked for me. I suspect it provides some padding. I borrowed the idea
from some of -=RJM=-'s code.