<%@ page language="C#" masterpagefile="~/templates/Documentation.master" inherits="Page" pagetitle="Generating Scalable Vector Graphics " keywords="Generating Scalable Vector Graphics "%>

Generating Scalable Vector Graphics

The procedure for defining a stylesheet that generates an XML document that containts Scalable Vector Graphics (SVG) is the same as for any other stylesheet. Simply create a stylesheet that specifically creates SVG elements. You can then use Stylus Studio to display the rendered SVG.

Note

 

SVG is a W3C recommendation for an XML vocabulary that describes two-dimensional graphics. It is assumed that you are familiar with SVG. For additional information about SVG, seehttp://www.w3.org/Graphics/SVG.