mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user