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

ScrollBar arrows are rendering with unexpected antialising

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 8
    • None
    • javafx

    Description

      With the following css code I would hope to get a 4 x 4 pixel square shape for the decrement arrow. I do get the square, but 2 of it's edges are unexpectedly blurred/antialiased. See screenshot

      .scroll-bar:vertical > .decrement-button > .decrement-arrow {
          -fx-padding: 2px;
          -fx-shape: "M0 0 L4 0 L4 4 L0 4";
      }

      Attachments

        Activity

          People

            jasper Jasper Potts (Inactive)
            mchicharro Moises Chicharro
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: