First commit 2014-2020

This commit is contained in:
Sebastian Fröhlich
2020-08-06 09:35:54 +02:00
commit 40a5bca3b8
215 changed files with 28433 additions and 0 deletions
@@ -0,0 +1,98 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Fri Jul 4 10:17:36 2014
%%Pages: 1
%%BoundingBox: 0 -1 13 13
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict 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
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/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
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 13 13
%%EndPageSetup
q 0 -1 13 14 rectclip q
0 12.8 13 -13 re W n
0 g
6.398 12.8 m 2.867 12.8 0 9.933 0 6.402 c 0 2.866 2.867 -0.001 6.398
-0.001 c 9.934 -0.001 12.801 2.866 12.801 6.402 c 12.801 9.933 9.934
12.8 6.398 12.8 c h
0.914 6.402 m 0.914 7.175 1.086 7.909 1.391 8.573 c 4.008 1.593 l 2.176
2.456 0.914 4.284 0.914 6.402 c h
6.398 1.058 m 5.863 1.058 5.344 1.132 4.852 1.273 c 6.496 5.933 l 8.18
1.433 l 8.219 1.359 l 7.652 1.163 7.039 1.058 6.398 1.058 c h
7.156 8.905 m 7.484 8.921 7.781 8.956 7.781 8.956 c 8.078 8.991 8.043
9.413 7.746 9.398 c 7.746 9.398 6.859 9.327 6.285 9.327 c 5.746 9.327
4.84 9.398 4.84 9.398 c 4.543 9.413 4.512 8.972 4.805 8.956 c 4.805
8.956 5.086 8.921 5.379 8.905 c 6.234 6.624 l 5.035 3.116 l 3.039 8.905
l 3.371 8.921 3.668 8.956 3.668 8.956 c 3.961 8.991 3.926 9.413 3.633
9.398 c 3.633 9.398 2.742 9.327 2.172 9.327 c 1.816 9.335 l 2.797
10.784 4.484 11.741 6.398 11.741 c 7.828 11.741 9.129 11.21 10.105
10.339 c 10.035 10.347 l 9.496 10.347 9.113 9.89 9.113 9.398 c 9.113
8.956 9.371 8.585 9.652 8.144 c 9.859 7.788 10.102 7.331 10.102 6.671 c
10.102 6.214 9.922 5.683 9.688 4.941 c 9.137 3.163 l h
9.156 1.784 m 10.832 6.499 l 11.148 7.265 11.25 7.87 11.25 8.413 c
11.25 8.613 11.238 8.792 11.215 8.964 c 11.641 8.202 11.887 7.327
11.887 6.402 c 11.887 4.429 10.789 2.706 9.156 1.784 c h
9.156 1.784 m f
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF