pharo-graphics / Roassal

The Roassal Visualization Engine
MIT License
14 stars 8 forks source link

Visual glitch in example29Tick #15

Closed tinchodias closed 8 months ago

tinchodias commented 8 months ago

There is a tail here, that disappears when enabling "Show Dirty Rectangle":

Screenshot 2023-10-29 at 10 13 05
JanBliznicenko commented 8 months ago

There are actually many examples in RSAnimationExamples with similar issues (partially refreshing, not refreshing at all, do not displaying part of the content etc.):

And in RSSVGAnimationExamples

While example39Duna does not seem to do anything for some longer time, all the others broke when dirty rectangles were introduced.

akevalion commented 8 months ago

Hi, thank you very much for your feedback I fixed all examples. For example39Duna I did not find any problem

image
JanBliznicenko commented 8 months ago

Great, thank you :)

Ah, the problem with example39Duna is that the RSExamplesBrowser default size is way too small for it, so you have to wait a long time until the purple stuff reaches the tiny cutout :) I mostly realized it thanks to the pragma.

obrazek