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

JavaFX Path2D storage growth algorithms should be less linear

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • javafx
    • None

      JavaFX Path2D has the same growth algorithm as java2d that was fixed in JDK9 (backported in JDK8).

      For large paths, the growing factor is limited to 1000 so it leads to lots of array resizes (new array + copy) !

            lbourges Laurent Bourgès
            lbourges Laurent Bourgès
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: