-
Notifications
You must be signed in to change notification settings - Fork 35
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
NoneType error on bbox #11
Comments
Thanks for reporting, I'll try to find some time for the Font Awesome 5 compatibility in the next few days to fix both this and #10 and do a release.
Very good point : -) |
I ran into this issue trying to use Font Awesome 5 as well. I fixed the BBox error but then ended up with blank images, which didn't help. Root problem seems to be because the font-awesome 5 CSS file includes all of the class names but the different TTF files don't contain all of the glyphs. To generate icons based solely on the icon name, I had to alter my script to try the regular TTF file and, if that returned an error, try the solid TTF file. |
Was this ever fixed? I'm getting an error even with a simple usecase:
|
Hi,
Trying to workaround FontAwesome awkwardness, i hit a bug with bounding box management. Here is the output:
I don't understand why there is an
if bbox
as if bbox can be None, butborder_*
lines requiresbbox
to be defined. Can you give me a clue ? I can send you a patch.The text was updated successfully, but these errors were encountered: