mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 10:47:59 +08:00
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user