Robin Becker
Robin Becker
Not sure if this is what you want, but I think that the reportlab.lib.utils.ImageReader class now accepts drawings as inputs so any svglib drawing can be used as an image....
I don't determine what get's worked on unfortunately. I think setting up patterns in PDF is quite hard. First off we need to define Pattern objects; these are somewhat similar...
There is code to perform radial / axial shading in reportlab, but it is PDF only and there's no real connection with the graphics code or colours. The example works...
I suppose that to get gradients supported in reportlab would require us to change the colour model to allow gradient type objects as a colour. That implies that everywhere we...
The renderPM canvas has a background option as does renderPM.drawToFile; bg=0xff00ff would make the background red.
Hi, because of problems claudep found in the existing graphics state I added an alternate gstate based on py cairo (package rlPyCairo). It supports 32 bit colour and theoretically I...
without the actual svg it's hard to answer any question like this. If I squash the large image the flats disappear, so are the curves bezier? I think the assertion...
It's not working for me; I just see the loading gif for a few seconds and then "Sorry, something went wrong. Reload?"
I'm afraid not, as before just the placeholder circling and then something went wrong. I am using chromium 83 on arch linux latest
Thanks I'll take a look later