--- backend_agg2.py 2006-04-07 22:56:56.000000000 +1000 +++ new_backend_agg2.py 2006-04-07 23:04:20.000000000 +1000 @@ -90,7 +90,7 @@ def draw_arc(self, gcEdge, rgbFace, x, y, width, height, angle1, angle2): pass - def draw_image(self, x, y, im, origin, bbox): + def draw_image(self, x, y, im, bbox): pass def draw_line(self, gc, x1, y1, x2, y2):