changed AnnularSection to Arc

This commit is contained in:
Eric Rowell
2013-12-12 21:20:29 -08:00
parent b32609c9c9
commit 4e526eb3da
4 changed files with 34 additions and 34 deletions

View File

@@ -63,7 +63,7 @@
<script src="unit/shapes/Spline-test.js"></script>
<script src="unit/shapes/Sprite-test.js"></script>
<script src="unit/shapes/Wedge-test.js"></script>
<script src="unit/shapes/AnnularSection-test.js"></script>
<script src="unit/shapes/Arc-test.js"></script>
<!-- extensions -->
<script src="unit/Animation-test.js"></script>