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

Linear gradient won't draw properly if put on a rect with y not at an integer

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • fx1.3
    • fx1.2
    • javafx
    • None

      The LinearGradient won't draw properly if it's the fill of a Rectangle that has a non-integer y. Ex:

      Rectangle {
        y: 0.5
        x: 0 width: 100 height: 100
        fill: LinearGradient { ... }
      }

      this will draw a flat color instead of a gradient. If y is changed to be an integer such as 0 then the gradient will be drawn again.

            flar Jim Graham
            jmarinacsunw Joshua Marinacci (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: