-
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
can't support transform #1641
Comments
怎么解决 |
RT. How to solve this problem? example: https://codepen.io/sogrey/pen/rNmqzOQ Supported CSS properties http://html2canvas.hertzen.com/features Similar problems:
html2canvas(document.getElementById("css3d"), {
useCORS: true,
foreignObjectRendering: true, // <---- HERE
allowTaint: true,
logging: false
}).then(function (canvas) {
document.body.appendChild(canvas);
}); |
加了 foreignObjectRendering iPhone XR又报错,用 html-to-image 也是一样 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
标签上有transform属性怎么解决 兼容性
The text was updated successfully, but these errors were encountered: