pharo-graphics / Roassal

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

Examples using non-existing RSCanvas>>#aaNone #11

Closed JanBliznicenko closed 8 months ago

JanBliznicenko commented 8 months ago

2 tree examples do not work because they attempt to send aaNone to RSCanvas that does not have such method.

RSRenderTreeExamples>>#example01BigVisualization131k RSRenderTreeExamples>>#example02BigVisualizationHalfMillion

test:

RSRenderTreeExamples new example01BigVisualization131k shapes isNotEmpty.
RSRenderTreeExamples new example02BigVisualizationHalfMillion shapes isNotEmpty.

This might be actually quite useful, even if very slow, test, to check examples are working.