Ophir LOJKINE 5 anni fa
parent
commit
a6eba9b293
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      client-data/tools/text/text.js

+ 1
- 0
client-data/tools/text/text.js Vedi File

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

Loading…
Annulla
Salva