2010-07-26 05:33:01 +00:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
|
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<title>Fabric.js benchmark</title>
|
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
|
|
|
|
|
|
|
|
<!--[if lt IE 9]>
|
2010-08-27 16:27:49 +00:00
|
|
|
<script type="text/javascript" src="../../lib/excanvas.js"></script>
|
2010-07-26 05:33:01 +00:00
|
|
|
<![endif]-->
|
|
|
|
|
|
2011-06-29 15:10:08 +00:00
|
|
|
<script src="../../dist/all.js" type="text/javascript"></script>
|
2010-07-26 05:33:01 +00:00
|
|
|
|
|
|
|
|
<style type="text/css" media="screen">
|
|
|
|
|
h3 { margin: 0; padding: 0; }
|
|
|
|
|
p { margin: 0; }
|
|
|
|
|
#results { background: #ffc; display: inline-block; padding: 5px; margin: 20px 0; }
|
|
|
|
|
.canvas_container { position: relative; border: 1px solid #aaa; }
|
|
|
|
|
</style>
|
2011-06-29 15:10:08 +00:00
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="../../lib/master.css" type="text/css">
|
2010-07-26 05:33:01 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2011-06-29 15:10:08 +00:00
|
|
|
<ul id="header">
|
|
|
|
|
<li><a href="../index.html">Demos</a></li>
|
|
|
|
|
<li><a href="../index.html">Benchmarks</a></li>
|
|
|
|
|
<li><a href="../../docs/index.html">Docs</a></li>
|
|
|
|
|
<li><a href="../../test/unit/suite_runner.html">Tests</a></li>
|
|
|
|
|
</ul>
|
2010-07-26 05:33:01 +00:00
|
|
|
<h2>Fabric.js benchmark</h2>
|
|
|
|
|
<p>Drawing 150 randomly positioned, randomly colored and randomly rotated circles, rectangles and triangles.</p>
|
|
|
|
|
<div id="results"></div>
|
|
|
|
|
<canvas id="test" width="600" height="600"></canvas>
|
2010-08-27 19:01:29 +00:00
|
|
|
<script src="quantity.js" type="text/javascript"></script>
|
2010-07-26 05:33:01 +00:00
|
|
|
</body>
|
|
|
|
|
</html>
|