Based on my awt implementation of NUI, I would like to propose moving some code from Canvas to CanvasRenderer.
I had originally created an AwtCanvas by copying CanvasImpl and worked from that point. However, now that it's finished (except for Mesh support, color for Textures), I find that it's...