wisemapping-frontend/packages/web2d/test/playground/curvedLine.html

27 lines
575 B
HTML
Raw Normal View History

2021-12-24 20:26:38 +01:00
<!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>PolyLines Render Tests </h1>
<table>
<tbody>
<tr>
<td>
Different types of PolyLines that can be used.
</td>
<td>
<div id="overflowExample" />
</td>
</tr>
</tbody>
</table>
</body>
</html>