3.6 graphics Invalid typed array length

cocos graphics.ts:686 Uncaught RangeError: Invalid typed array length: 249408 at new Float32Array () at Graphics._uploadData
画图,画着画着就报错了;这里具体是限制了多长吗?

同问,
graphics.ts:675
Uncaught RangeError: Invalid typed array length: 288080
at new Float32Array ()
at Graphics._uploadData (graphics.ts:675)
at Graphics._render (graphics.ts:699)
at Graphics.fillBuffers (ui-renderer.ts:413)
at Batcher2D.walk (batcher-2d.ts:802)
at Batcher2D.walk (batcher-2d.ts:818)
at Batcher2D.walk (batcher-2d.ts:818)
at Batcher2D.walk (batcher-2d.ts:818)
at Batcher2D.update (batcher-2d.ts:251)
at Root._frameMoveProcess (root.ts:795)

请问楼主解决问题了,我这在 3.7.2 也遇到了~ 还不能稳定复现,很难定位