-
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
IFrame with no width/height fails #1892
Comments
#1887 is probably related but has no code to confirm |
PR #1863 has been merged in master recently so next release will hopefully solve your issue. |
The code added in #1863 will result in not adding the iframe to the canvas. |
Sorry, I didn't check everything. You can definitely open a PR, that's what I did for the issue I had opened (#1865) and my PR has been merged. |
Bug reports:
Trying to export an element with iframe with no width/height fails.
v1.0.0-rc.0: works as expected see here.
v1.0.0-rc.3: will fail with
Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The image argument is a canvas element with a width or height of 0.
see here.Specifications:
The text was updated successfully, but these errors were encountered: