Blame view

animal.ps 768 Bytes
07443681   Thorsieger   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
  %chat%
  
  %oreille droite
  gsave
  227 470 moveto
  30 50 rlineto
  15 -25 rlineto
  0.5 0 0 setrgbcolor
  fill
  
  %oreille gauche
  328 495 moveto
  15 25 rlineto
  30 -50 rlineto
  fill
  
  %tete
  4 setlinewidth
  300 400 100 0 360 arc
  stroke
  
  %nez
  newpath
  285 390 moveto
  15 15 rlineto
  15 -15 rlineto
  closepath
  1 0.75 0.796 setrgbcolor
  fill
  
  %oeil gauche
  1 setlinewidth
  270 450 20 0 360 arc
  0 0 0 setrgbcolor
  stroke
  270 450 2 0 360 arc
  fill
  
  %oeil droit
  330 450 20 0 360 arc
  0 0 0 setrgbcolor
  stroke
  330 450 2 0 360 arc
  fill
  
  grestore
  
  %moustaches
  170 370 moveto
  100 10 rlineto
  170 390 moveto
  100 0 rlineto
  170 410 moveto
  100 -10 rlineto
  330 400 moveto
  100 10 rlineto
  330 390 moveto
  100 0 rlineto
  330 380 moveto
  100 -10 rlineto
  stroke
  
  
  %bouche
  newpath
  300 380 60 -160 -20 arc
  closepath
  stroke