Ophir LOJKINE 4 年之前
父節點
當前提交
a6eba9b293
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      client-data/tools/text/text.js

+ 1
- 0
client-data/tools/text/text.js 查看文件

@@ -86,6 +86,7 @@
86 86
 
87 87
 		curText.x = x;
88 88
 		curText.y = y;
89
+		curText.sentText = elem.textContent;
89 90
 		curText.size = parseInt(elem.getAttribute("font-size"));
90 91
 		curText.opacity = parseFloat(elem.getAttribute("opacity"));
91 92
 		curText.color = elem.getAttribute("fill");

Loading…
取消
儲存