Changeset 0c6b92a for imaps-frontend/node_modules/konva/lib/shapes/Arc.js
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/konva/lib/shapes/Arc.js
rd565449 r0c6b92a 9 9 class Arc extends Shape_1.Shape { 10 10 _sceneFunc(context) { 11 varangle = Global_1.Konva.getAngle(this.angle()), clockwise = this.clockwise();11 const angle = Global_1.Konva.getAngle(this.angle()), clockwise = this.clockwise(); 12 12 context.beginPath(); 13 13 context.arc(0, 0, this.outerRadius(), 0, angle, clockwise);
Note:
See TracChangeset
for help on using the changeset viewer.