Tween behavior; Drawing canvas plugin; Advanced random plugin; Bug fixes.
Out of personal interest, does the new Drawing Plugin run over the CPU or GPU?
(Generally curious how the performance gains have been achieved and why it is/could be better than the existing 3rd party plugins.)
As mentioned it's a pure WebGL implementation, so the drawing is done on the GPU. It does not use canvas2d, so it does not need to perform expensive texture uploads when the canvas changes.
Thanks for the info and quick response!