Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/konva/lib/shapes/Arc.js

    rd565449 r0c6b92a  
    99class Arc extends Shape_1.Shape {
    1010    _sceneFunc(context) {
    11         var angle = Global_1.Konva.getAngle(this.angle()), clockwise = this.clockwise();
     11        const angle = Global_1.Konva.getAngle(this.angle()), clockwise = this.clockwise();
    1212        context.beginPath();
    1313        context.arc(0, 0, this.outerRadius(), 0, angle, clockwise);
Note: See TracChangeset for help on using the changeset viewer.