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

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • fx1.3
    • Affects Version/s: fx1.2
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved:
              Imported: