enthought / enable

Enable: low-level drawing and interaction
Other
91 stars 45 forks source link

Move kiva.image to kiva.oldagg #1054

Closed corranwebster closed 1 year ago

corranwebster commented 1 year ago

This is a simple PR that reverses the dependency of kiva.image and kiva.oldagg. This is a prepatory PR for eventually replacing the old agg backend with celiagg.

Next step would be closer API compatibility between Oldagg and Celiagg (in particular, an Image class for Celiagg) together with optional use of Celiagg in place of Oldagg for experimentation.