On Thu, 18 Jan 2024 03:51:28 GMT, Jay Bhaskar <jbhas...@openjdk.org> 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 context. This pull request has now been integrated. Changeset: 3cf9390f Author: Jay Bhaskar <jbhas...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/3cf9390f5fb2ad564eeec3a95744503f1b26dd0d Stats: 62 lines in 2 files changed: 61 ins; 0 del; 1 mod 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html Reviewed-by: kcr, hmeda ------------- PR: https://git.openjdk.org/jfx/pull/1339