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

problem with SVG, generated by Highcharts #283

Closed
byaka opened this issue Dec 9, 2015 · 1 comment
Closed

problem with SVG, generated by Highcharts #283

byaka opened this issue Dec 9, 2015 · 1 comment

Comments

@byaka
Copy link

byaka commented Dec 9, 2015

example

   from weasyprint import HTML
   HTML(filename='test.html').write_pdf('test.pdf')

in output many error like

Ignored `cursor: default` at 1:1, the property does not apply for the print media.
Parse error at 1:58, expected a property value
Ignored `fill: #000000` at 1:60, unknown property.
Ignored `cursor: default` at 1:1, the property does not apply for the print media.
Parse error at 1:58, expected a property value
Ignored `fill: #000000` at 1:60, unknown property.

how to solve this?

@byaka
Copy link
Author

byaka commented Dec 9, 2015

Ok, it works if svg embedded to like URI. And i find old issue #75 about inline svg.

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

1 participant