Relates :
|
|
Relates :
|
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) !
|