46 lines
1.1 KiB
HTML
Raw Normal View History

2021-07-16 11:41:58 -03: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">
2021-10-02 17:23:32 -07:00
2021-07-16 11:41:58 -03:00
<head>
2021-12-12 14:28:32 -08:00
<link rel="stylesheet" href="styles.css">
2021-07-16 11:41:58 -03:00
</head>
2021-12-04 15:39:20 -08:00
<body>
2021-07-16 11:41:58 -03:00
2022-12-22 00:13:23 -08:00
<h1>Curved Line Tests </h1>
2021-07-16 11:41:58 -03:00
2021-10-02 17:23:32 -07:00
<table>
2021-12-12 14:28:32 -08:00
<tbody>
<tr>
<td>
2022-12-22 00:13:23 -08:00
Curved Line Simple
2021-12-12 14:28:32 -08:00
</td>
<td>
2022-12-22 00:13:23 -08:00
<div id="curvedSimpleExample" />
</td>
</tr>
<tr>
<td>
Curved Line Nice
</td>
<td>
<div id="curvedNiceExample" />
2021-12-12 14:28:32 -08:00
</td>
</tr>
2022-12-22 19:12:55 -08:00
<tr>
<td>
Curved Line Nice - Size
</td>
<td>
<div id="curvedSize1NiceExample" />
<div id="curvedSize7NiceExample" />
<div id="curvedSize14NiceExample" />
<div id="curvedSize30NiceExample" />
</td>
</tr>
2021-12-12 14:28:32 -08:00
</tbody>
2021-10-02 17:23:32 -07:00
</table>
2021-07-16 11:41:58 -03:00
</body>
2021-10-02 17:23:32 -07:00
</html>