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] Text 的 getComputedLength 返回 0

xiaoiver opened this issue · comments

最小复现 demo 如下:

const text = new Text({
  style: {
    text: '这',
    fontSize: 100,
  },
});
text.getComputedLength(); // 0