mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 23:28:07 +02:00
ps: improve formatting of fallback image comment
This commit is contained in:
parent
2d887d99c7
commit
0540bf384a
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue