-
-
Notifications
You must be signed in to change notification settings - Fork 704
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
Gradient.draw and currentcolor #2320
Comments
Thanks for the report and the example, there’s obviously a problem with |
Note that it works with version 62.0 |
Simple sample to reproduce: |
The crash should now be fixed, feedback is welcome. Note that we still don’t draw the actual current color in this case (according to the TODO above the fixed line) but black. At least it doesn’t crash anymore. |
It works with the current version. Thank you very much for the quick fix ! Will the fix be in the next release? |
Yes, it will be in 63.1, when other bugs introduced by 63.0 are fixed. |
I'm building pages with weazyprint, and I have a problem with one page.
I can't figure out how to build a minimal case, but during the build I have this error message
The Gradient is a LinearGradient with
('currentcolor', 'currentcolor')
in colors.Here's a complete failing example.
fail.zip
The text was updated successfully, but these errors were encountered: