mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-20 19:31:52 +00:00
24 lines
No EOL
784 B
HTML
24 lines
No EOL
784 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 parsing methods unit tests</title>
|
|
|
|
<link rel="stylesheet" href="../lib/unittest.css" type="text/css">
|
|
|
|
<script src="../../dist/all.js" type="text/javascript"></script>
|
|
<script src="../lib/unittest.js" type="text/javascript"></script>
|
|
<script src="../lib/event.simulate.js" type="text/javascript"></script>
|
|
|
|
<script src="canvas_parser.js" type="text/javascript"></script>
|
|
|
|
<script type="text/javascript">
|
|
init();
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h2>Canvas parsing methods unit tests</h2>
|
|
<div id="testlog"></div>
|
|
</body>
|
|
</html> |