-
Help. I have relied on svglib for years not to insert R graphs in SVG format into PDF files. I find now for some graphs that I get these errors, HOWEVER the graphs do insert, just lots of errors. I am running version 1.1.0. I have not tried updating yet. DEBUG:svglib.svglib:Exception during applyStyleOnShape (...over and over...) It would not be so bad if the errors were just informational and I could somehow supress them. My command in Python 3.6.8 is: drawing = svg2rlg(image_path). Am I doing something wrong? Any help appreciated. Thanks, Lou |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The fact you find |
Beta Was this translation helpful? Give feedback.
The fact you find
DEBUG
in front of messages says it all: those are debug messages that shouldn't be displayed if the logging level is set to default (WARNING).