antvis / G

💥 A flexible rendering engine for visualization.
https://g.antv.antgroup.com/
1.04k stars 192 forks source link

[g] Text 的 getComputedLength 返回 0 #1651

Closed xiaoiver closed 3 months ago

xiaoiver commented 3 months ago

最小复现 demo 如下:

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