-
-
Notifications
You must be signed in to change notification settings - Fork 706
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
v62.3: TypeError: can't multiply sequence by non-int of type 'float'
in layout/percent.py
#2275
Comments
Hello! Could you please share the related HTML/CSS? |
I can't share them directly, but I'll try to produce a minimized example. |
A minimized example would be great. Else you can send them by email. |
Here is a small example that shows the problem for me. |
Thanks a lot. That’s related to flex layout, we’ll check that everything is OK when the flex module is rewritten. |
No, actually that’s not related to flex at all. |
Minimal sample: <body style="width: 3em; font-family: ahem">
<b><i style="width: 100%">t t</i>t |
\o/ Thanks! |
It’s now fixed and tested, will be included in v64.1 that will be released soon! |
Hi,
similar to #2146, I'm getting an
TypeError: can't multiply sequence by non-int of type 'float'
exception inlayout/percent.py
:I haven't tried to narrow this down to a certain table or image (which I assume is the reason, because otherwise other documents with the same general styling convert just fine), but could do so if needed (with some effort).
This is
weasyprint==62.3
on Ubuntu 22.04.The text was updated successfully, but these errors were encountered: