Blame view

toto.ps 352 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
  %hello carre%
  newpath
  100 100 moveto
  100 200 lineto
  200 200 lineto
  200 100 lineto
  closepath
  stroke
  
  newpath
  150 150 moveto
  100 0 rlineto
  0 0 rlineto
  0 100 rlineto
  -100 0 rlineto
  closepath
  stroke
  
  newpath
  500 500 50 0 270 arc
  0 50 rlineto
  50 0 rlineto
  stroke
  
  newpath
  0 0 moveto
  0 790 lineto
  610 790 lineto
  610 0 lineto
  closepath
  10 setlinewidth
  stroke