SVG and HTML

This is a test page. The same chart is displayed multiple times with different strategies to show your browser's display capability.

For more on browser specific issues of SVG object or embed discussion check out the SVGWiki.

A separate page explores InlineSVG by using SVGandXHTML.

Object Tag

<object type="image/svg+xml"
        style="float:left"
        data="/chart/barchart?symbol=AAPL"
        height="300" width="50%"/>

Embed Tag

<embed src="/chart/barchart?symbol=MSFT" type="image/svg+xml"
       width="400" height="300"></embed>

Object and Embed Tags

<object type="image/svg+xml"
        style="float:left"
        data="/chart/barchart?symbol=ORCL"
        height="300" width="50%">
   <embed src="/chart/barchart?symbol=ORCL" type="image/svg+xml"
          width="400" height="300"></embed>
</object>

Return to the FrontPage | Edit SVGandHTML | Title List