invisible images when scaling

Kirill.Prazdnikov kirill.prazdnikov at oracle.com
Wed Jul 11 02:30:47 PDT 2012


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