When I do a MOFixedRectangleShape, I want the rectangle does not grown with its content.
I try to zoom on a DSM, then I have strange thing: fixedRectangle are really fixed ->
they do not zoom.
It cause some problems in my visaulization (see screenshot)
This is before zooming:
After zooming:
You can reproduce the issue easily:
===
view shape: (MOFixedRectangleShape new
width: 25; height: 25;
withBorder;
borderColor: Color gray).
view nodes:#(1 2 3).
===
Cheers,
---
Jannik Laval