On Fri Apr 12 11:36:04 2024 +0000, Giovanni Mascellani wrote:
Is there a specific reason for having this as part of the drawing instruction? Couldn't it be a property set with a dedicated instruction like `dsv clear`?
It seems logical, because `draw()` is called at the end of this code block, and the comparison setting is used there. Also I think it is easier to read.