You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for pointing that out! Will keep this in mind as we proceed. If you mind me asking, is there a feature you are looking for in using the latest release of weasyprint?
The easiest way to design HTML layouts right now is using the CSS grid layout, however weasyprint does not currently supports it (not even in the latest release as of now). However, its on the milestones for version 54 (see here). I think this is a must have for genalog.
Newer versions of weasyprint (53.x) removed their dependency on cairo and do not support PNG exports anymore (see Kozea/WeasyPrint#1232 and https://www.courtbouillon.org/blog/00004-weasyprint-without-cairo-what-s-different)
This breaks some parts of the genalog code, specifically the following methods are affected (as far as I have seen)
genalog/genalog/generation/document.py
Line 97 in b8b9fba
genalog/genalog/generation/document.py
Line 127 in b8b9fba
Maybe some warning should be added to the documentation regarding this and what is the plan moving forward.
Thank you :D
The text was updated successfully, but these errors were encountered: