فهرست منبع

reduced map icons #2244

bach 1 سال پیش
والد
کامیت
677fae57f1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/components/ConcernementMapItem.vue

+ 1 - 1
src/components/ConcernementMapItem.vue

@@ -526,7 +526,7 @@ export default {
       instance.name = name;
       // instance.pivot = new paper.Point({x:0,y:0});
       instance.position = this.pos;
-      instance.scale(this.scale);
+      instance.scale(this.scale*0.7);
       // instance.locked = true;
       this.paper_main_object.addChild(instance);
       if (back) {