mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 09:53:24 +01:00
40 lines
825 B
HTML
Executable File
40 lines
825 B
HTML
Executable File
<!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>Rect Render Tests </h1>
|
|
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
Straight Lines.
|
|
</td>
|
|
<td>
|
|
<div id="rectExample"></div>
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<!-- ********************************************************** -->
|
|
<tr>
|
|
<td>
|
|
Straight Lines.
|
|
</td>
|
|
<td>
|
|
<div id="roundRect" style="float:left;margin:10px"></div>
|
|
</td>
|
|
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
|
|
</html> |