事件名称 | 缩放比例 | 旋转角度 |
---|---|---|
{{ name }} | {{ scale.toFixed(2) }} | {{ rotate.toFixed(2) }} |
rect | {{ rect.scale.toFixed(2) }} | {{ rect.rotate.toFixed(2) }} |
序号 | from - 开始坐标(x,y) | to - 结束坐标(x,y) | offset - 偏移量(x,y) | target - 元素 |
---|---|---|---|---|
{{index}} | {{point.from.x}}, {{point.from.y}} | {{point.to.x}}, {{point.to.y}} | {{point.to.offset.x}}, {{point.to.offset.y}} | {{point.target}} |
1 - 0 | {{ points[1].from.x - points[0].from.x }}, {{ points[1].from.y - points[0].from.y }} | {{ points[1].to.x - points[0].to.x }}, {{ points[1].to.y - points[0].to.y }} | -- | -- |