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

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: fx2.0
    • Component/s: 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();


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

              Created:
              Updated:
              Imported: