Changeset 79a0317 for imaps-frontend/src/scripts/base
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/src/scripts/base/MapShape.js
r0c6b92a r79a0317 7 7 } 8 8 9 console.log(config.x,"FFF");10 9 super(config); 11 10 this.layer = layer; … … 64 63 text: this._info.name, 65 64 fontSize: 12, 66 fontFamily: ' Verdana',65 fontFamily: 'Exo', 67 66 fill: 'white', 68 67 }); … … 134 133 } 135 134 135 onPlace(){ 136 //this.snapToGrid(); 137 } 138 136 139 137 140 get info() {
Note:
See TracChangeset
for help on using the changeset viewer.