Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/src/scripts/base/MapShape.js

    r0c6b92a r79a0317  
    77        }
    88
    9         console.log(config.x,"FFF");
    109        super(config);
    1110        this.layer = layer;
     
    6463            text: this._info.name,
    6564            fontSize: 12,
    66             fontFamily: 'Verdana',
     65            fontFamily: 'Exo',
    6766            fill: 'white',
    6867        });
     
    134133    }
    135134
     135    onPlace(){
     136        //this.snapToGrid();
     137    }
     138
    136139
    137140    get info() {
Note: See TracChangeset for help on using the changeset viewer.