Fizzygum icon indicating copy to clipboard operation
Fizzygum copied to clipboard

You can stop the recursivelyBlit recursion on any FrameMorph completely covered by a large opaque morph...

Open davidedc opened this issue 12 years ago • 0 comments

...you could keep for example a list of the top n biggest opaque morphs (say, frames and rectangles) and check that case while you traverse the list.

Note that in fact you could stop recursion on any Morph which boundsIncludingChildren are completely covered, for that matter.

davidedc avatar Oct 15 '13 19:10 davidedc