Comment on Nice things with SVGparentComments−mkoryak1yIt would be more performant to use canvas, but it might be kind of fun to do with svg−hinkley1yEasier to do a11y in SVG.And the oft overlooked synergy with aria work is test automation. Code that is hard to screen read is often also difficult to integration or E2E test accurately.
Comments
It would be more performant to use canvas, but it might be kind of fun to do with svg
Easier to do a11y in SVG.
And the oft overlooked synergy with aria work is test automation. Code that is hard to screen read is often also difficult to integration or E2E test accurately.