mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-24 05:03:44 +00:00
Fix paths of demo .js files.
This commit is contained in:
parent
43d11b6914
commit
53b1a90516
2 changed files with 2 additions and 2 deletions
|
|
@ -20,6 +20,6 @@
|
|||
<p>Complexity: <span id="complexity">XXXX</span> paths</p>
|
||||
<p>FPS: <span id="fps" style="font-weight: bold;">XXXX</span></p>
|
||||
<canvas id="test" width="600" height="600"></canvas>
|
||||
<script src="benchmark2.js" type="text/javascript"></script>
|
||||
<script src="animation.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -23,6 +23,6 @@
|
|||
<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>
|
||||
<script src="benchmark.js" type="text/javascript"></script>
|
||||
<script src="quantity.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in a new issue