Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8088501

Rendering artifacts is seen when com.sun.scenario.effect.Offset is used to support 3D rendering of Region

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • fx2.0
    • javafx
    • None

      See the following code segment near the top of NGRegion.java:

          // We create a class instance of a no op. Effect internally to handle 3D
          // transform if user didn't use Effect for 3D Transformed Region. This will
          // automatically forces Region rendering path to use the Effect path.
          //TODO: We should use back Offset effect once its rendering bug is fixed. (RT-16593)
          // private static Offset nopEffect = new Offset(0, 0, null);
          private static BoxBlur nopEffect = new BoxBlur();


            Unassigned Unassigned
            ckyang Chien Yang (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Imported: