Closed jamessappy closed 2 years ago
Thank you for raising your first issue! Your help to improve svglib is much appreciated!
I think a full error traceback could help spotting the issue more precisely.
Are you referencing this?
_Traceback (most recent call last):
File "c:\Users\James\Desktop\HeadlessConvertToPNG.py", line 8, in
Thanks, yes, it helps. Would it be possible to also have the SVG file that triggers this error?
Oh, and the version of svglib you are using, please.
I am using version 1.3.0 of the svlib library. I've also attached the .svg file that I'm trying to convert.
Thanks, I was able to reproduce the issue, a first step to resolution :-)
Hi,
I'm trying to convert a svg file to png. I've used the following code:
I receive the following error message:
I'm not exactly sure what my issue here is, thought maybe it was my version but I've updated python as well as the svglib and reportlab libraries and still haven't had any luck.
Thanks!