I'm not sure what exactly happens here, but it looks the parser tries to interpret this as HTML and fails (of course, because it's not HTML). And this messes up the spacing. Simply unchecking the HTML option for this element in the sketchpad should fix it.
Comments
Hi,
The '<' and '>' brackets are usually part of HTML tags, as described here:
I'm not sure what exactly happens here, but it looks the parser tries to interpret this as HTML and fails (of course, because it's not HTML). And this messes up the spacing. Simply unchecking the HTML option for this element in the
sketchpadshould fix it.Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
I hadn't considered HTML as the cause, thanks! This is an inline_script, so I've confirmed that
canvas.text(..., html=False)resolves the problem.