moved Path back to the plugins, and added Geometry utility methods to the Path namespace so that they can be called as a utility methods without instantiating a Path shape

This commit is contained in:
Eric Rowell
2012-07-28 17:37:24 -07:00
parent e82fbfa2b0
commit e69c7a9ac1
11 changed files with 593 additions and 1145 deletions

View File

@@ -6,7 +6,9 @@
<!-- plugins -->
<script src="../../src/plugins/shapes/RegularPolygon.js"></script>
<script src="../../src/plugins/shapes/Star.js"></script>
<script src="../../src/plugins/shapes/Path.js"></script>
<script src="../../src/plugins/shapes/TextPath.js"></script>
<script src="../../src/plugins/util/PathHelper.js"></script>
<!-- assets -->
<script src="../assets/worldMap.js"></script>
<script src="../assets/tiger.js"></script>