hg: openjfx/8u-dev/rt: Fix RT-38315: [Decora] Render bug with Lighting effect

2014-08-19 Thread james . graham
Changeset: e6a0070b2865 Author:flar Date: 2014-08-19 18:16 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e6a0070b2865 Fix RT-38315: [Decora] Render bug with Lighting effect Reviewed by: kcr ! modules/graphics/src/main/java/com/sun/scenario/effect/PhongLighting.java

Re: Render bug

2014-08-14 Thread Jeff Martin
Okay, here’s the jira: Render bug animating over node with lighting effect I also simplified the example (happens with a Rectangle background as well as ImageView). jeff On Aug 13, 2014, at 3:20 PM, Chien Yang wrote: > This looks like a bug in JavaFX when applying the light

Re: Render bug

2014-08-13 Thread Chien Yang
This looks like a bug in JavaFX when applying the lighting effect. I was able to reproduce the dirty rect rendering on my system. The bug went away if I commented out the following line: iview.setEffect(lighting); Can you please file a JIRA so that we will fix it? Thanks, - Chien On

Render bug

2014-08-13 Thread Jeff Martin
I’m getting a rendering bug with a simple rotating path in front of an ImageView (with lighting effect) on Mac OS with 8u20: http://reportmill.com/examples/Renderbug/Renderbug.jpg Looks like some sort of dirty rect problem. Am I doing something wrong or should I file a bug? The code is