ScrollBar arrows are rendering with unexpected antialising

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: None
    • Component/s: javafx

      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";
      }

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

              Created:
              Updated:
              Resolved:
              Imported: