|
@@ -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) {
|