RFR: 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html [v2]
Jay Bhaskar
jbhaskar at openjdk.org
Fri Jan 19 01:06:50 UTC 2024
> 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
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/1339/files
- new: https://git.openjdk.org/jfx/pull/1339/files/f6538019..7516c0f1
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=1339&range=01
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=1339&range=00-01
Stats: 13 lines in 2 files changed: 0 ins; 11 del; 2 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
More information about the openjfx-dev
mailing list