mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-08 08:21:00 +00:00
26 lines
No EOL
875 B
HTML
26 lines
No EOL
875 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
|
<title>Canvas.Object unit tests</title>
|
|
|
|
<style type="text/css">
|
|
.canvas_container { position: relative; border: 1px solid #aaa; }
|
|
</style>
|
|
|
|
<!--[if IE]>
|
|
<script type="text/javascript" src="../../core/excanvas.js"></script>
|
|
<![endif]-->
|
|
|
|
<script src="http://yui.yahooapis.com/2.7.0/build/yuiloader/yuiloader-min.js" type="text/javascript"></script>
|
|
|
|
<script src="bootstrap.js" type="text/javascript"></script>
|
|
<script src="canvas_object.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
<h2>Canvas.Object unit tests</h2>
|
|
<div id="testlog"></div>
|
|
<canvas id="test" width="500" height="500"></canvas>
|
|
</body>
|
|
</html> |