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

2024-01-19 Thread Hima Bindu Meda
On Fri, 19 Jan 2024 01:06:50 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

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

2024-01-19 Thread Kevin Rushforth
On Fri, 19 Jan 2024 01:06:50 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

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

2024-01-18 Thread Jay Bhaskar
> 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 increme

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

2024-01-18 Thread Jay Bhaskar
On Thu, 18 Jan 2024 20:51:05 GMT, Kevin Rushforth wrote: >> Jay Bhaskar has updated the pull request incrementally with one additional >> commit since the last revision: >> >> remove unused variable and imports > > modules/javafx.web/src/test/java/test/javafx/scene/web/PathContructorTest.java

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

2024-01-18 Thread Kevin Rushforth
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 con

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

2024-01-18 Thread Kevin Rushforth
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 con

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

2024-01-18 Thread Kevin Rushforth
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 con

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

2024-01-17 Thread Jay Bhaskar
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

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

2024-01-17 Thread Jay Bhaskar
> Issue: constructor Path(Path) which takes another Path object fails to draw > on canvas html. > Solution: copy the old path to the current path constructor Jay Bhaskar has refreshed the contents of this pull request, and previous commits have been removed. Incremental views are not available.

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

2024-01-17 Thread Jay Bhaskar
Issue: constructor Path(Path) which takes another Path object fails to draw on canvas html. Solution: copy the old path to the current path constructor - Commit messages: - 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html Changes: https:/