JDK-8115853 : Reflection effect always renders its source at 72 DPI
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 7u6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-01-24
  • Updated: 2015-06-17
  • Resolved: 2013-04-24
Related Reports
Duplicate :  
Relates :  
Description
If you scale a node with a Reflection effect on it, the node will show signs of pixel stretching from a default of 72 DPI, ignoring whatever scale it would have had without the Reflection effect.

This also shows up in HiDPI situations where nodes in the default scene transform will suddenly appear lower resolution when you add a Reflection effect due to the fact that it ignores scales in the transform.

Comments
See the TestEffectDPI.java test case attached to RT-24009 for a test case that demonstrates this issue, even on non-HiDPI screens.
24-01-2013