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

@@ -4,6 +4,7 @@
<link rel="stylesheet" type="text/css"href="../base.css">
<script src="../../dist/kinetic-core.js"></script>
<!-- plugins -->
<script src="../../src/plugins/shapes/Path.js"></script>
<script src="../../src/plugins/shapes/RegularPolygon.js"></script>
<script src="../../src/plugins/shapes/Star.js"></script>
<script src="../../src/plugins/shapes/TextPath.js"></script>