Hi All…
Writing a simple app that reads in a stat via API and then display that text. It renders fine on my mac (pixlet render), but when I try to render the same code on my linux machine (Ubuntu) I get:
Error in Text: color is not a valid hex string: “00FFFF”
The code is: render.Text("----------------------", color="00FFFF"),
So i tried the shorter version “0FF” and got:
Error in Text: color is not a valid hex string: “0FF”
Both ways render fine on the Mac, what am I doing wrong on linux?