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/Rect.js

    rd565449 r0c6b92a  
    99class Rect extends Shape_1.Shape {
    1010    _sceneFunc(context) {
    11         var cornerRadius = this.cornerRadius(), width = this.width(), height = this.height();
     11        const cornerRadius = this.cornerRadius(), width = this.width(), height = this.height();
    1212        context.beginPath();
    1313        if (!cornerRadius) {
Note: See TracChangeset for help on using the changeset viewer.