-
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
feat: box-shadow rendering #1848
Conversation
THANK YOU! |
it's not support css box-shadow ,for example 'box-shadow: -1px 1px 3px 0 green' ,if the tag also have |
doesn't work |
it doesn't work, any special requirement needed? |
please try to modify the source code according to my picture.
line
|
thanks! It works in version |
using |
it doesn't work |
It works but only if the element doesn't have border-radius. |
html2canvas 1.4.1 , doesn't work,either |
@hakimio, @agenntsmi It is still not working with v1.4.1. Can somebody give us a working example? |
Try changes from PR #2367 to see if it fixes your issue. |
@hakimio I tried all [ Can you please share one jsfiddle with an example if it is working for you? |
No, it won't work properly with the released version. |
Implements box shadow rendering.
Fixes: #1086
Fixes: #221
Fixes: #1622
Fixes: #1353