26 lines
940 B
HTML
26 lines
940 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html style="width: 100%; height: 100%;">
|
|
<head>
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title></title>
|
|
<style type="text/css">
|
|
body {
|
|
border-width: 0px;
|
|
margin: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
<script language="JavaScript" type="text/javascript" src="signature.js"></script>
|
|
</head>
|
|
<body onload="checkSvg()" >
|
|
<svg id="svg" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
|
|
<rect width="100%" height="100%" fill="#ffa"/>
|
|
<line x1="0" y1="80%" x2="100%" y2="80%" stroke="#666" stroke-width="1" stroke-dasharray="3" shape-rendering="crispEdges" pointer-events="none"/>
|
|
<path id="path" stroke="navy" stroke-width="2" fill="none" pointer-events="none"/>
|
|
</svg>
|
|
<div id=pathdata></div>
|
|
</body>
|
|
</html>
|
|
|