mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 02:37:59 +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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user