deeplook / svglib

Read SVG files and convert them to other formats.
GNU Lesser General Public License v3.0
320 stars 80 forks source link

Fix conversion from shorthand quadratic to cubic bézier #365

Closed stefanw closed 1 year ago

stefanw commented 1 year ago

Closes #364

deeplook commented 1 year ago

Thanks for this patch! This looks good to me, but I'm notsure why the CI fails.

claudep commented 1 year ago

The test failure is unrelated. It seems that https://www.w3.org/Graphics/SVG/Test/20070907/W3C_SVG_12_TinyTestSuite.tar.gz is not gzipped any longer, it's a plain .tar file, despite its extension. Hopefully a temporary issue?

stefanw commented 1 year ago

I rebased the Actions changes and test pass now (apart from DeepSource which seems not relevant).