-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
border css is not appearing when converted to canvas with latest library file. #1349
Comments
Thanks for fixing this so quick ! it works fantastic 👍 |
Is the bug back ? |
Yes, the bug is back |
Looks like it might have broken in rc2. I specified rc1 and the borders show in the image. |
Is this issue solved? I'm using https://www.npmjs.com/package/html2pdf.js which depends on html2canvas and I have no way to alter html2canvas version directly. Edit: I manually installed rc1, but I still have issues with border |
@dbalders It works for me, rc1 border-bottom is show in the image. |
Fix for rc3 is here: #1952 |
Hi,
I was trying to experiment with html2canvas and earlier build was converting an HTML element to canvas successfully with all CSS applied, but with latest build quality of the converted canvas has improved significantly, however some of the CSS is not available in the finally converted canvas.
Working fiddle with earlier library version(https://cdn.rawgit.com/niklasvh/html2canvas/0.5.0-alpha2/dist/html2canvas.min.js) : http://jsfiddle.net/bLommeak/
Not working fiddle with latest library : http://jsfiddle.net/rjk3qqbd/.
Thanks for looking in to this.
The text was updated successfully, but these errors were encountered: