Skip to content
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

Summary of issues with 0.5.0 #1025

Closed
andersborgabiro opened this issue Jan 2, 2017 · 3 comments
Closed

Summary of issues with 0.5.0 #1025

andersborgabiro opened this issue Jan 2, 2017 · 3 comments

Comments

@andersborgabiro
Copy link

This is what I've noted when using html2canvas 0.5.0 in a new Web app I'm working on. I can provide the link via a direct message.

ul and ol should show bullets/numbers.

pre and code should use a fixed-spaced font.

In the app I've made it possible to see the intermediate HTML used to render the image, so it's easy to compare.

I'm still using the old "onrendered" method, despite being deprecated, as I don't know how to add options to the new approach. I haven't found any documentation for that, only a simple example without options.

Regards,
Anders

@andersborgabiro
Copy link
Author

I handled pre and code by setting a style that affected the generated HTML directly, so that works now. It seems html2canvas doesn't lift out any such styles from the context.

@andersborgabiro
Copy link
Author

Does/will lists work?Any bullet (no pun intended) proof solution for that?

@niklasvh
Copy link
Owner

niklasvh commented Jul 27, 2017

Currently there is no support for them. Cleaning up the issues list for the next release, more info at #1167. Closed this in favor of #177

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants