Am 06.04.2016 5:21 nachm. schrieb "Igor Stasenko" <siguctua@gmail.com>:
>
> btw,
>
> if you wanna feel a difference, why we wanted vector based rendering, by yourself, open:
>
> Morph comment asText asMorph openInSceneView
>
> and then
>
> | sceneView view |
> sceneView := AthensSceneView new.
> view := TxAthensLayoutView on: Morph comment asTxModel extent: 400@400.
>
> sceneView scene: view.
> sceneView openInWindow��
>
>
> and try zooming it in and out with mouse wheel.
>
>I know it's limitation. My point was, that it is not impossible, or depends an the model Text vs. TxModel, alone.