On 6 April 2016 at 18:34, Nicolai Hess <nicolaihess@gmail.com> wrote:
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.
Of course it doesn't depends on either of those. But it wasn't an answer concerning model, but you question why i had to abandon idea to keep using DisplayScanner & friends.��
--Best regards,
Igor Stasenko.