kiva.abstract_graphics_context.AbstractGraphicsContext is what the users should be relying on instead of relying on the specific GraphicsContext defined in the various kiva backends e.g. cairo, celiagg, image, etc.
This is related to #648 which aims to ensure that all backends faithfully implement the AbstractGraphicsContext interface.
Note that we should point it out in the documentation - somewhere in the kiva documentation - that the AbstractGraphicsContext interface is what the users should rely on.
kiva.abstract_graphics_context.AbstractGraphicsContextis what the users should be relying on instead of relying on the specificGraphicsContextdefined in the various kiva backends e.g.cairo,celiagg,image, etc.This is related to #648 which aims to ensure that all backends faithfully implement the
AbstractGraphicsContextinterface.Note that we should point it out in the documentation - somewhere in the kiva documentation - that the
AbstractGraphicsContextinterface is what the users should rely on.