You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm still thinking through the best way to handle the vectorization in aggdraw. I have a couple of different implementations, one of which is simpler in that it can draw a different kinds of forms in one call (in other words, circles, polygons, etc.). That is the one I am leaning toward now, as it could be generally useful for drawing a whole canvas full of objects efficiently. But I don't want to be rattling upstream until it seems that the way forward is clear.
During Scipy 2018, we experimented with
vectorized-drawing
branch from https://github.com/ejeschke/aggdraw/ . @ejeschke, do you have plans to open a formal pull request from that branch against https://github.com/pytroll/aggdraw ?The text was updated successfully, but these errors were encountered: