Robin Becker

Results 38 comments of Robin Becker

Hi I had a look at this problem and it seems to me that the internal libart code is scaling after discretization instead of scaling before. I'll see if there's...

OK I looked in the _renderPM code and it seems that our smoothness is dictated by the parameter 0.25 passed into vpath = art_bez_path_to_vec(self->path, 0.25) which converts beziers into vector...

Hi this is caused by our PM renderer backend based on libart_lgpl not coping with with complex paths. If you have a late model reportlab you can use a cairo...

There are an infinite number of other graphics renderers and probably we should be using AGG or SKIA, but those a AGG is unmaintained and SKIA is just vast.

Also I have no real idea which is best pycairo or cairocffi; they both seem to use libcairo, but I just assumed cffi would be better as presumably it uses...

Claude, so far as I can tell PDF supports clipping with paths and in canvas.py we use a path to create ellipse/circle So at least in principle it ought to...

Hi Victor, unfortunately the renderPM/PDF/PS/SVG csnvasses sre all slightly different.from the original pdfgen/canvas.py code. The shapes.path class does allow isClipPath to be set so if png is not obeying the...

The drawing that is returned is a flowable and can be used to render pdf/png/... with a save or can be added to a story. It's possible that the converted...

It seems that the snakehead example returns None from svg2rlg. I'll try and see what's going wrong. It says !!!!! Failed to load input file, 'snakehead.svg'! (not well-formed (invalid token):...

I was hitting the github page and it wasn't at all raw :(; have cloned the repo now though. I do see a drawing coming out in my runs. It's...