wisemapping-frontend/packages/web2d/test/playground/curvedLine.html
2022-12-22 00:13:23 -08:00

35 lines
755 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Curved Line Tests </h1>
<table>
<tbody>
<tr>
<td>
Curved Line Simple
</td>
<td>
<div id="curvedSimpleExample" />
</td>
</tr>
<tr>
<td>
Curved Line Nice
</td>
<td>
<div id="curvedNiceExample" />
</td>
</tr>
</tbody>
</table>
</body>
</html>