[jfx22u] Integrated: 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html

2024-01-23 Thread Jay Bhaskar
On Tue, 23 Jan 2024 16:15:42 GMT, Jay Bhaskar wrote: > A clean backport to jfx22u. The fix is for the canvas path constructor > drawing with an old path on canvas, without the fix, the page crashes. I have > tested the fix it is working with the fix and failing without the fix. This pull

[jfx22u] Integrated: 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html

2024-01-23 Thread Jay Bhaskar
A clean backport to jfx22u. The fix is for the canvas path constructor drawing with an old path on canvas, without the fix, the page crashes. I have tested the fix it is working with the fix and failing without the fix. - Commit messages: - Backport

Integrated: 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html

2024-01-21 Thread Jay Bhaskar
On Thu, 18 Jan 2024 03:51:28 GMT, Jay Bhaskar wrote: > Issue: constructor Path(Path) which takes another Path object fails to draw > on canvas html. > Solution: copy the old path while creating a new Path object from the > existing Path that is already created with the same canvas rendering