Skip to content

Move svg parsing to conftest to add layers

Nicco Kunzmann requested to merge flip-origin into main

This moves the svg parsing to the conftest.py. Now, all tests can use the fixtures provided.

  • svgs.filename will give you an svg object from the corresponding .ai file.

This also flips the layer around to match the expectation.

Merge request reports