Changeset 0c6b92a for imaps-frontend/node_modules/konva/lib/shapes/Ring.js
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/konva/lib/shapes/Ring.js
rd565449 r0c6b92a 6 6 const Validators_1 = require("../Validators"); 7 7 const Global_1 = require("../Global"); 8 varPIx2 = Math.PI * 2;8 const PIx2 = Math.PI * 2; 9 9 class Ring extends Shape_1.Shape { 10 10 _sceneFunc(context) {
Note:
See TracChangeset
for help on using the changeset viewer.