Commit 951d3ea4 authored by 任建锋's avatar 任建锋

--

parent edab8329
......@@ -350,7 +350,7 @@ export default {
let {rotation,scaleX,scaleY,x,y}=this.matrixToGroup(this.styleCatch.worldMatrix)
// console.log("测试矩阵",this.matrixToGroup(this.styleCatch.worldMatrix))
if(this.styleCatch.instanceType=="Sprite"&&!this.styleCatch.source){
if(this.styleCatch.instanceType=="Image"&&!this.styleCatch.source){
scaleX=1;
scaleY=1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment