mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-17 22:40:25 +00:00
24 lines
942 B
HTML
24 lines
942 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Fabric.js benchmarks</title>
|
|
<link rel="stylesheet" href="../lib/master.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<ul id="header">
|
|
<li><a href="../demos/index.html">Demos</a></li>
|
|
<li><a href="">Benchmarks</a></li>
|
|
<li><a href="../docs/index.html">Docs</a></li>
|
|
<li><a href="../test/unit/suite_runner.html">Tests</a></li>
|
|
</ul>
|
|
<div id="bd-wrapper">
|
|
<ul>
|
|
<li style="margin-bottom:5px"><a href="quantity/index.html">Quantity</a></li>
|
|
<li style="margin-bottom:5px"><a href="animation/index.html">Animation</a></li>
|
|
<li style="margin-bottom:5px"><a href="raphael_vs_fabric/complex_shape.html">Raphael vs. Fabric (complex shape)</a></li>
|
|
<li style="margin-bottom:5px"><a href="raphael_vs_fabric/simple_shapes.html">Raphael vs. Fabric (simple shape)</a></li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|