deeplook / svglib

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

Factorized fetching network files in test suite #307

Closed claudep closed 2 years ago

deeplook commented 2 years ago

Nice, thanks! It's a long time I actually thought to use the requests package because it does simplify a few things, but this is already a good refactoring!

claudep commented 2 years ago

Sure I thought about requests too, but in my opinion, our limited usage does not really justify adding a new dependency.