-
Notifications
You must be signed in to change notification settings - Fork 33
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
Image export display error #214
Comments
Interesting. Can you try refreshing the page, then exporting? I thought I fixed this issue but evidently not 😣 |
No luck. I closed the tab, cleared |
Fair enough, thanks for this :) it has to be the html2canvas library then. I'll look into it this afternoon.
|
@Aerijo It seems that other html2canvas users are having similar issues so it's a library thing. As a temporary fix, you can resize the window width so that the word "Tutorial" appears first on the second line, like this: Then, exporting as a .png should work fine: I'll raise an issue with the library dev, hopefully this'll get fixed soon. |
Yes, doing so resolves the issue. |
still facing this issue |
@rappad Did resizing the window work as a temporary fix? The issue was closed here because it was caused by an external dependency. |
Can we put a line break so the class type is always a line below?
…On 22 Feb. 2018 7:24 pm, "Benjamin Gray" ***@***.***> wrote:
@rappad <https://github.com/rappad> Did resizing the window work as a
temporary fix? The issue was closed here because it was caused by an
external dependency.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#214 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIYhs8Mg8sGWHszXMix2JskL7ZNlZltks5tXSRNgaJpZM4SL3N5>
.
|
Hi, I have similiar issues. It works fine with Google Chrome. It seems the text bounds are not calcuated correct with IE. Google Chrome supports range bounds and IE doesn't, so it uses wrapper, which is sometimes not correct:
|
How it appears on the website
How it appears on the image created by
Export .png
As seen in the screenshot, the course I experience this with is MATH2222. My others are fine, even ones with similar box sizes and contents. E.g., a side by side comparison of entries in the same exported image.
I guess this could be caused by
html2canvas
though, so I'm not sure if it can be fixed here.The text was updated successfully, but these errors were encountered: