jsPDF
jsPDF copied to clipboard
Context2D does not implement rect() correctly
It should add a closed subpath with four segments. Instead, it adds an open subpath with six segments.
Thanks for the report. Could you prepare a PR?
Previous experience with doing a PR for #3273 has not been fruitful.
would like to grab. please can you tell me exactly what needs to be done ?
There already two PRs to fix this. I think the test cases just need to be updated on one of them.
I think my fix is more correct fwiw.