antvis / G

💥 A flexible rendering engine for visualization.

Home Page:https://g.antv.antgroup.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[g] Group 的 setLocalPosition 与 style.x / y 效果不一致

xiaoiver opened this issue · comments

设置 transform 后

const g = new Group({
  style: {
    x: 200,
    y: 200
  }
})
// g.setLocalPosition(200, 200)

g.scale(1);
g.style.transform = 'scale(1)'; // wrong