decided to move Path back into core

This commit is contained in:
Eric Rowell
2012-07-28 16:33:18 -07:00
parent 4ea094f459
commit e82fbfa2b0
7 changed files with 90 additions and 6 deletions

View File

@@ -4,11 +4,9 @@
<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>
<script src="../../src/plugins/util/PathHelper.js"></script>
<!-- assets -->
<script src="../assets/worldMap.js"></script>
<script src="../assets/tiger.js"></script>