Vincent Garcia
Vincent Garcia
Here is an input SVG image: https://upload.wikimedia.org/wikipedia/commons/7/7d/Roll_pitch_yaw_mnemonic.svg When rendering it, the text is off:  The SVG code contains 2 `tspan` tags nested within a `text` tag. By removing one...
Converting the following SVG file (see code bellow) into a PNG caused an exception to be raised: ``` Traceback (most recent call last): File "/Volumes/Test/main.py", line 12, in cairosvg.svg2png(url=URL, write_to=OUTPUT_PATH)...