I’d like to add primitive Draws to mojo.canvas. I don’t feel like I want to subclass the big mojo thing..
But rebuildin using makemods for mojo only is actually pretty fast
What would this do?
Pextension would let me create extension that can call some private methods (addvertex in this case) without having to git the mojo module with my own changes each time I update mx2..
so I can have a simple canvas.DrawBezier(blah) or canvas.DrawRoundedCornerPoly(blah) or … in my onrender
could be uesfull in other situations and I thought it can maybe very easy to add..