./javascript/drawing/svg/drawing.xml

download original
<?xml version="1.0" encoding="iso-8859-1"?>

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>SVG Drawing</title>
  </head>

  <script type="text/javascript" language="JavaScript" src="drawing.js" charset="iso-8859-1"/>

  <body onload="onLoad()">
    <h1 id="headline">SVG Drawing</h1>

    <svg id="svgRoot" width="300" height="500" xmlns="http://www.w3.org/2000/svg">
      <g id="mainCanvas">
        <rect stroke="black" fill="white" width="300" height="500"/>
      </g>
    </svg>

    <hr/>
    <address><a href="mailto:olaf@tack">Olaf Klischat</a></address>
<!-- Created: Thu Sep 14 02:35:45 CEST 2006 -->
<!-- hhmts start -->
Last modified: Thu Sep 14 07:51:29 CEST 2006
<!-- hhmts end -->
  </body>
</html>

  
back to svg

(C) 1998-2017 Olaf Klischat <olaf.klischat@gmail.com>