-
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
Box-shadow and CSS transforms skew not supported? Fiddle provided #510
Comments
partly working code: http://codepen.io/fuggfuggfugg/pen/QwvvVq |
Follow #221 for box shadow. |
Thanks. |
@samsonkhisty What browser(s) are you testing in? IE, for example, apparently doesn't support pseudoelements in its implementation of |
edit: I can attach some browser screenshots if you want. |
I'm also experiencing this issue with css transform. After digging a little in the code, I have the feeling that it has something to do with the clip definition of the rotated element, but not sure to get the whole.picture. |
@samsonkhisty I just got a chance to check out your codepen example, and it looks fine in IE11 in both "Edge" and IE10 modes. IE9 mode throws some JS errors, though they seem to be coming from codepen itself, not html2canvas. According to their documentation page, they only support IE10+. Can you try with jsFiddle or jsbin? |
Duplicate of #221 |
Greetings,
http://jsfiddle.net/fuggfuggfugg/q572g6q0/4/ - This is my working example.
Tried searching but was unable to find anything with regards to skewed lines.
The text was updated successfully, but these errors were encountered: