|
From: Dan I. <Da...@Sq...> - 2004-04-09 17:16:05
|
>>This is another class I ought to have a filein for but damned if I can >>find it. Still, not a large class IIRC. The only trick will be >>substituting it for ordinary Rectangle in the tracer but we really >>ought to be able to handle that ok. Bert asked... >Why wouldn't this work with a normal changeset? Does the VM know about Rectangles? Ooh. You're right, Bert. I forgot that this came up back when John and I were working on the original Morphic, and we wanted rectangle intersection to run faster. It would be nice to change BitBlt correspondingly to save time and objects (we'd have to make temporary points for it after the change), but yes, I believe the whole thing can be done with a changeSet or two. This may be a mere distraction from the more important things on the table. - Dan |