In BaseContext.flushVertexBuffer, the call to maskTex.update passes the physical width (maskText.getPhysicalWidth()) as the scanline stride instead of the contentWidth. As a consequence, the call to BaseContext.checkUpdateParams may fail because there are not enough elements in the buffer (the physical width can be higher than the content width).
|