E
E
Eugene Ordinary2016-07-30 17:05:50
Browsers
Eugene Ordinary, 2016-07-30 17:05:50

Do I need to check for SVG format support in the browser?

How relevant is it to provide for situations when the browser does not support SVG? Are there other browsers that should serve normal bitmaps instead of SVG?
How can I disable SVG support in a browser (Mozilla, Chrome, Opera, etc.) in order to test scripts in browser mode without SVG support?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
A person from Kazakhstan, 2016-07-30
@LenovoId

caniuse.com/#search=svg

D
dom1n1k, 2016-07-30
@dom1n1k

See what you need.
If a simple picture that uses only the most basic features, then you can score (but it's better to still give a fallback to png, it's not so difficult).
But there are certain things in SVG that are not universally supported (for example: filters, smil animation).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question