|
|
|
|
|
by mdoms
1823 days ago
|
|
The author treats SVG as equivalent to PNG and complains that > Images are impossible to use with copy/paste You can select and copy text in an SVG[0] > Images are not nearly as responsive, and are difficult to style. Line breaking, fonts, and even colors are difficult to change when using images This is partially true, but it's not difficult to inherit your page's text colour for SVGs. > Images are completely opaque to users in need of screen readers Not true of SVG's with text - and in fact SVGs can have alt text which could in some cases by much more accessible to screen reader users that the raw equations[1]. [0] https://www.w3.org/TR/SVG/text.html [1] https://css-tricks.com/accessible-svgs/ |
|