split up methods from the PathHelper class and moved them to Path and Geometry. Path specific methods went to Path, and general purpose geometric utility methods went to the Geometry utility class. TextPath now inherits methods from Path

This commit is contained in:
Eric Rowell
2012-07-28 16:08:14 -07:00
parent c4a359cd48
commit 9631d6e1bb
13 changed files with 4024 additions and 3880 deletions

View File

@@ -11,6 +11,7 @@
<!-- assets -->
<script src="../js/Test.js"></script>
<script src="../js/performanceTests.js"></script>
<script src="../assets/worldMap.js"></script>
<script>
window.onload = function() {
var test = new Test();