mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-13 10:50:59 +00:00
26 lines
730 B
HTML
26 lines
730 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>fabric.StaticCanvas unit tests</title>
|
|
<link rel="stylesheet" href="../lib/qunit.css" type="text/css">
|
|
|
|
<!--[if lt IE 9]>
|
|
<script src="../../lib/excanvas.js"></script>
|
|
<![endif]-->
|
|
|
|
<script src="../lib/event.simulate.js"></script>
|
|
<script src="../lib/qunit.js"></script>
|
|
<script src="../../dist/all.js"></script>
|
|
|
|
<script src="../../lib/fabric.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1 id="qunit-header">fabric.Canvas unit tests</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
<canvas id="static-canvas" width="500" height="500"></canvas>
|
|
<script src="canvas_static.js"></script>
|
|
</body>
|
|
</html>
|