Re: [External] : Aw: Re: JavaFX snapping and scale

2021-10-02 Thread Kevin Rushforth
By the time it is rendered, it will be transformed into the scaled space. So the actual coordinate in screen space will be 13. -- Kevin On 10/1/2021 7:26 AM, Marius Hanl wrote: Thanks for your answer. Then one more question: How is a non-integer value rendered then? Say we have snapped x value

Aw: Re: JavaFX snapping and scale

2021-10-01 Thread Marius Hanl
Thanks for your answer. Then one more question: How is a non-integer value rendered then? Say we have snapped x value of 10.4 (scale 1.25). As we can just render on a whole pixel, what will happen? - Marius Gesendet: Dienstag, 28. September 2021 um 01:57 Uhr Von: "Kevin Rus