|
@@ -68,6 +68,7 @@ open class SGraphyItem(parent: SGraphyItem? = null) {
|
|
|
if (!child.isTransform) {
|
|
|
ce.matrix.postScale(child._inverseScale, child._inverseScale);
|
|
|
}
|
|
|
+
|
|
|
// se.setLocation((e.x - child.pos.x) / child.scale.x, (e.y - child.pos.y) / child.scale.y)
|
|
|
val matrixMat = Matrix()
|
|
|
ce.matrix.invert(matrixMat)
|