0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript814 stars (814 stars)52 forks (52 forks)batch import
help wantedtask
Description
- Tests for given SVG file, compared to a rendered bitmap
- Tests for a given .iconanim file, and given time
t, compared to a golden rendered bitmap
- Issue type
- test
- Research direction
- Look for any existing test infrastructure in the repository. The issue requests creating golden render tests for SVG and .iconanim files. Since no PRs or comments exist, start by examining the project structure to understand how files are processed. Then research how to compare rendered bitmaps to golden files, possibly using a library like pixelmatch. Consider asking maintainers about expected test framework and output format.