mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-03 00:48:02 +02:00
PS: Add cairo version to PS header
This commit is contained in:
parent
753763ff25
commit
5aaa1988c7
1 changed files with 2 additions and 1 deletions
|
|
@ -331,10 +331,11 @@ _cairo_ps_surface_emit_header (cairo_ps_surface_t *surface)
|
|||
|
||||
_cairo_output_stream_printf (surface->final_stream,
|
||||
"%%!PS-Adobe-3.0\n"
|
||||
"%%%%Creator: cairo (http://cairographics.org)\n"
|
||||
"%%%%Creator: cairo %s (http://cairographics.org)\n"
|
||||
"%%%%CreationDate: %s"
|
||||
"%%%%Pages: %d\n"
|
||||
"%%%%BoundingBox: %d %d %d %d\n",
|
||||
cairo_version_string (),
|
||||
ctime (&now),
|
||||
surface->num_pages,
|
||||
0, 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue