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.
------------- Commit messages: - 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html Changes: https://git.openjdk.org/jfx/pull/1339/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1339&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8323879 Stats: 73 lines in 2 files changed: 72 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jfx/pull/1339.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/1339/head:pull/1339 PR: https://git.openjdk.org/jfx/pull/1339