Commit 59e9478d authored by Richard Hartmann's avatar Richard Hartmann Committed by Brian Brazil

Add commonly requested print formats (#1100)

Signed-off-by: 's avatarRichard Hartmann <richih@debian.org>
parent e08bcc83
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.15.10 (http://cairographics.org)
%%CreationDate: Thu Jul 5 09:38:32 2018
%%Pages: 1
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%BoundingBox: 0 0 85 86
%%EndComments
%%BeginProlog
50 dict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
/cairo_data_source {
CairoDataIndex CairoData length lt
{ CairoData CairoDataIndex get /CairoDataIndex CairoDataIndex 1 add def }
{ () } ifelse
} def
/cairo_flush_ascii85_file { cairo_ascii85_file status { cairo_ascii85_file flushfile } if } def
/cairo_image { image cairo_flush_ascii85_file } def
/cairo_imagemask { imagemask cairo_flush_ascii85_file } def
%%EndProlog
%%BeginSetup
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 0 85 86
%%EndPageSetup
q 0 0 85 86 rectclip
1 0 0 -1 0 86 cm q
0.901961 0.321569 0.172549 rg
42.5 0.5 m 19.027 0.5 0 19.527 0 43 c 0 66.469 19.027 85.5 42.5 85.5 c
65.973 85.5 85 66.469 85 43 c 85 19.527 65.973 0.5 42.5 0.5 c h
42.5 80.043 m 35.82 80.043 30.406 75.582 30.406 70.078 c 54.594 70.078
l 54.594 75.578 49.18 80.043 42.5 80.043 c h
62.473 66.781 m 22.527 66.781 l 22.527 59.535 l 62.473 59.535 l h
62.328 55.809 m 22.641 55.809 l 22.508 55.656 22.371 55.508 22.246 55.352
c 18.156 50.387 17.191 47.793 16.258 45.152 c 16.242 45.066 21.215 46.168
24.742 46.961 c 24.742 46.961 26.559 47.383 29.211 47.867 c 26.664 44.879
25.152 41.082 25.152 37.203 c 25.152 28.684 31.684 21.238 29.328 15.223
c 31.621 15.41 34.078 20.062 34.242 27.344 c 36.68 23.973 37.703 17.816
37.703 14.043 c 37.703 10.137 40.277 5.598 42.852 5.441 c 40.555 9.227
43.445 12.469 46.016 20.516 c 46.98 23.539 46.855 28.625 47.602 31.852 c
47.848 25.152 49 15.375 53.25 12 c 51.375 16.25 53.527 21.57 55 24.125
c 57.375 28.25 58.816 31.375 58.816 37.285 c 58.816 41.25 57.352 44.98 54.883
47.898 c 57.691 47.371 59.629 46.895 59.629 46.895 c 68.742 45.117 l 68.742
45.117 67.418 50.562 62.328 55.809 c h
62.328 55.809 m f
Q Q
showpage
%%Trailer
end
%%EOF
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment