-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
Please see the test program, ClipWithDepth.java, in runtime/toys/ZBufferTest to understand the bug. Notice that the Red Text isn't render correctly, and commenting out the following line fixes the problem:
// redText.setClip(new Rectangle(0,0,200,100));
// redText.setClip(new Rectangle(0,0,200,100));
- blocks
-
JDK-8092948 Clipping doesn't work for objects in 3D
-
- Closed
-
-
JDK-8112268 Need to document clipping semantic on Node with 3D transforms
-
- Closed
-