ps: improve formatting of fallback image comment

This commit is contained in:
Adrian Johnson 2011-09-10 23:39:15 +09:30
parent 2d887d99c7
commit 0540bf384a

View file

@ -3029,7 +3029,7 @@ _cairo_ps_surface_paint_surface (cairo_ps_surface_t *surface,
double scale = cairo_p2d.xx;
_cairo_output_stream_printf (surface->stream,
"%% Fallback Image: x=%f, y=%f, w=%d, h=%d res=%fdpi size=%ld\n",
"%% Fallback Image: x=%f y=%f w=%d h=%d res=%fppi size=%ld\n",
-cairo_p2d.x0/scale,
-cairo_p2d.y0/scale,
(int)(width/scale),