Mr BitBucket
Mr BitBucket
At the moment the renderPM canvas is three colour only. I looked at various backends to replace, but have little time to really get into that. Libart lgpl is pretty...
We do manage to read some ttc files. The wrinkle is that we need to specify some more information to get the right font within the collection. In the reportlab/tests/test_multibyte_jpn.py...
reportlab has a search path for fonts; font usage is a very grey area so far as licensing is concerned because font designers want payment. The default search path for...
Please ask this question on the reportlab-users mailing list. MrBitBucket is a robot and will not answer questions here
I find that svglib has a problem with passing fills into reportlab. Probably this was because we didn't have a fillMode attribute for most shapes and paths. So svglib tries...
In fact it seems easier to drop the monkeypatch cmpletely and change the rl name in the mapping for fill-rule from _fillRule to fillMode. It seems reportlab has supported fillMode...
I will try and create a pull over the next few days. My git skills are lacking so it might be a learning exercise. For some reason I could not...
I have created a pull request https://github.com/deeplook/svglib/pull/381 which I think worls, but github is objecting to something.
I'll resubmit the pull when you want.
I am amazed that [pre-commit.ci] has changed some of the python code and removed some white space. Why can't the robots actually fix the code logic? :)