Vincent Garcia

Results 2 issues of 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: ![output_cairosvg](https://github.com/user-attachments/assets/c798bc2d-f8e9-4f0d-a2eb-195fd1905a4c) The SVG code contains 2 `tspan` tags nested within a `text` tag. By removing one...

bug

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)...

bug