How to make MWS use native SVG rendering?

Hi,

MWS still requests the installation of Adobe’s SVG Viewer which has been discontinued since 2009.

Does anyone know of anything that might enable MWS to use the native SVG interpreter of the Browser?
Will it require the manual modification of server code or can it be installed as a plug-in?

Don’t know if Apache Batik or Raphaël.js would help.

Thanks.

Mine doesn’t do that. What browser/version are you using?

Unfortunately, with the way web pages (and any client-server systems) work at their most basic level, installing something server-side rarely affords the client the ability to handle more formats; it has to be done at the client, either with the client itself (in the case of SVG: all modern browsers) or a plugin.