v1.05
- Intruduce dirty rectangle, we do not draw every thing
Introducing the revolutionary "Dirty Rectangle" system in Roassal Pharo! Say goodbye to the hassle of redrawing everything – now, your visualizations are smarter and more efficient than ever before.
- condense code.
- New file format for source code
- new dependencies for Pharo
- Example browser now contains 2 buttons to show the dirty rectangle and the encompassing rectangles in each example
- More tests
encompassingRectangle
now considers border width.- RSCanvas now has method invalidate that redraws everything, instead of signalUpdate.
- signalUpdate now only redraws the dirty rectangle.
- shapes now has a flag to know if they are dirty.
- RTree is a separated project now https://github.com/pharo-graphics/RTree