openfl / svg

Provides SVG parsing and rendering for OpenFL and Haxe
MIT License
68 stars 30 forks source link

Test infrastructure improvements #27

Closed ashes999 closed 8 years ago

ashes999 commented 8 years ago

This will allow testing with the same image rendered to multiple sizes. This is not a functional change, but a refactoring to allow us to more easily see/add tests.

This also gives us a meaningful number of test-cases run in the console, and per-test failure messages.

ashes999 commented 8 years ago

If you have time, please take a quick look @ibilon . If you just want to give it a superficial review, that's cool too (this is a pretty small change).