(Provided we are happy with the rendering quality)
Currently we only serve SVGs when window.devicePixelRatio > 1.
On suggested test for SVG support is:
document.createElementNS && document.createElementNS( 'http://www.w3.org/2000/svg', 'svg' ).createSVGRect
Version: unspecified
Severity: enhancement