You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the below error when I try to convert my svg data to png
File [~\pythonEnv\lib\site-packages\cairosvg\surface.py:410](http://localhost:8888/lab/tree/GraphDL/~/pythonEnv/lib/site-packages/cairosvg/surface.py#line=409), in Surface.draw(self, node)
407 pass
409 # Get stroke and fill opacity
--> 410 stroke_opacity = float(node.get('stroke-opacity', 1))
411 fill_opacity = float(node.get('fill-opacity', 1))
412 if opacity < 1 and not node.children:
ValueError: could not convert string to float: 'null'
I was wondering how I can fix it?
best
The text was updated successfully, but these errors were encountered:
Hello,
I get the below error when I try to convert my svg data to png
I was wondering how I can fix it?
best
The text was updated successfully, but these errors were encountered: