Array Index Out of Bounds error on PGraphics.text()

Thanks for explaining! I knew this had to be one of those “internal” problems with Processing.py.

Since you’ve pointed out that there is a text(chars, start, stop, x ,y) function that expects a couple of ints, I’ve simply turned those two arguments into floats to convince Jython to use the other signature. Now it works fine! :slight_smile:

1 Like