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

Kevin Rushforth kcr at openjdk.org
Fri Jan 19 12:54:37 UTC 2024


On Fri, 19 Jan 2024 01:06:50 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.
>
> Jay Bhaskar has updated the pull request incrementally with one additional commit since the last revision:
> 
>   remove unused variable and imports

Marked as reviewed by kcr (Lead).

-------------

PR Review: https://git.openjdk.org/jfx/pull/1339#pullrequestreview-1832471420


More information about the openjfx-dev mailing list