Go back to text wordbubbles

This commit is contained in:
2014-06-14 10:42:29 -07:00
parent 5ecf203976
commit f5f8d9ccbf

View File

@@ -773,7 +773,7 @@ function stringSize(str, font)
h = o.height();
o.remove();
console.log("stringSize : " + [w, h] + " : " + str);
return [w, h];
}