mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
46 lines
1.1 KiB
HTML
46 lines
1.1 KiB
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>
|
|
<tr>
|
|
<td>
|
|
Curved Line Nice - Size
|
|
</td>
|
|
<td>
|
|
<div id="curvedSize1NiceExample" />
|
|
<div id="curvedSize7NiceExample" />
|
|
<div id="curvedSize14NiceExample" />
|
|
<div id="curvedSize30NiceExample" />
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
|
|
</html> |