mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-06 15:30:59 +00:00
17 lines
No EOL
563 B
HTML
17 lines
No EOL
563 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>
|
|
|
|
<script src="../lib/yuiloader-min.js" type="text/javascript"></script>
|
|
|
|
<script src="bootstrap.js" type="text/javascript"></script>
|
|
<script src="canvas_parser.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
<h2>Canvas parsing methods unit tests</h2>
|
|
<div id="testlog"></div>
|
|
</body>
|
|
</html> |