mathandy / svgpathtools

A collection of tools for manipulating and analyzing SVG Path objects and Bezier curves.
MIT License
557 stars 142 forks source link

Gathering a test set of SVGs to implement regression tests #179

Open mathandy opened 2 years ago

mathandy commented 2 years ago

I'm gathering a collection of SVGs to run regression tests with.

My rough plan is that these tests will check two things:

  1. That SVGs that parsed before still parse.
  2. That the data that comes out is approximately the same and has the same type.

If you have any SVGs you'd like to be included (or think would make for a good test), please attach them to a comment here.