invisible images when scaling
Kevin Rushforth
kevin.rushforth at oracle.com
Wed Jul 11 05:35:57 PDT 2012
Note that this is just for debugging and isn't meant for deployment (it
is not a supported property). Also, this will only work if you actually
run your app via the main method and not via the javafx packager.
-- Kevin
Kirill.Prazdnikov wrote:
> Hi Jose,
>
> It is an issue with dirty rect optimization.
>
> The following code is a workaround.
>
>> public static void main(String[] args) {
>> System.setProperty("prism.dirtyopts", "false");
>> launch(args);
>> }
>
> Thanks
> -Kirill
>
> On 11.07.2012 11:44, Kirill.Prazdnikov wrote:
>> Hi Jose
>>
>> Is it possible to reproduce in static to understand is it Image issue
>> or Animation issue ?
>>
>> Thanks
>>
>> On 11.07.2012 7:08, Jose Martinez wrote:
>>> hello,
>>>
>>> When scaling in my app while units are moving through
>>> PathTransitions they start disappearing or flickering, or both.
>>> This time I got code to reproduce.
>>> Jira 23351
>>>
>>> Hopefully its user error. In the past things like this were caused
>>> by passing NaN to some node for something or other. In this case I
>>> do not see that happening, but maybe I am missing it.... will keep
>>> checking for it.
>>>
>>> thanks jose
>>
>
More information about the openjfx-dev
mailing list