During the "Browser Wars" of the late 1990s, web graphics were dominated by raster formats (GIF, JPEG) and proprietary vector formats like Macromedia Flash (SWF). To standardize rich graphics and prevent vendor lock-in, the W3C developed SVG. However, standardizing a format does not guarantee browser support.
The industry standard for creating complex SVG artwork and exporting clean vector code.
Released in the early 2000s, the Adobe SVG Viewer was a browser plugin designed to render . At a time when browsers like Internet Explorer and Netscape Navigator lacked native support for vector images, this plugin allowed users to view high-resolution, zoomable graphics without the pixelation common in JPEGs or GIFs. Key features included:
Unlike static images, SVG is an XML-based format designed to be interactive. ASV exposed the SVG Document Object Model (DOM) to the browser’s JavaScript engine (or internal scripting environments). This allowed developers to: