RFR: 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html
Kevin Rushforth
kcr at openjdk.org
Thu Jan 18 13:21:26 UTC 2024
On Thu, 18 Jan 2024 03:51:28 GMT, Jay Bhaskar <jbhaskar at 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.
Reviewers: @HimaBinduMeda @kevinrushforth
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1339#issuecomment-1898466352
More information about the openjfx-dev
mailing list