mirror of https://github.com/nealey/woozle.org.git
Updated scrimmage form
This commit is contained in:
parent
84cffc9f28
commit
811f9c8f82
|
@ -11,8 +11,7 @@
|
||||||
translate
|
translate
|
||||||
|
|
||||||
0 1 1 {
|
0 1 1 {
|
||||||
/hunnert exch def
|
-110 mul 0 exch translate
|
||||||
hunnert 1 eq { 0 -110 translate } if
|
|
||||||
|
|
||||||
0 1 9 {
|
0 1 9 {
|
||||||
/i exch def
|
/i exch def
|
||||||
|
@ -22,11 +21,10 @@
|
||||||
i 10 mul add /x exch def
|
i 10 mul add /x exch def
|
||||||
|
|
||||||
x 10 lt
|
x 10 lt
|
||||||
{ hunnert x add 0 eq
|
{
|
||||||
{ ( ) show }
|
( ) show
|
||||||
{ ( ) show
|
x str cvs show
|
||||||
x str cvs show }
|
}
|
||||||
ifelse }
|
|
||||||
{ x str cvs show }
|
{ x str cvs show }
|
||||||
ifelse
|
ifelse
|
||||||
( ) show
|
( ) show
|
||||||
|
@ -37,6 +35,19 @@
|
||||||
grestore
|
grestore
|
||||||
} def
|
} def
|
||||||
|
|
||||||
|
/timeouts {
|
||||||
|
gsave
|
||||||
|
translate
|
||||||
|
|
||||||
|
0 0 moveto (OR) show
|
||||||
|
5 30 moveto (T) show
|
||||||
|
5 50 moveto (T) show
|
||||||
|
5 70 moveto (T) show
|
||||||
|
0 100 moveto (OR) show
|
||||||
|
|
||||||
|
grestore
|
||||||
|
} def
|
||||||
|
|
||||||
/phi 18 def
|
/phi 18 def
|
||||||
/plr 60 def
|
/plr 60 def
|
||||||
/pen 20 def
|
/pen 20 def
|
||||||
|
@ -71,26 +82,26 @@
|
||||||
grestore
|
grestore
|
||||||
} def
|
} def
|
||||||
|
|
||||||
|
|
||||||
|
0 -50 translate
|
||||||
|
|
||||||
|
|
||||||
20 700 points
|
20 700 points
|
||||||
430 700 points
|
430 700 points
|
||||||
|
|
||||||
/Times-Roman findfont 12 scalefont setfont
|
/Times-Roman findfont 12 scalefont setfont
|
||||||
|
|
||||||
200 530 moveto (T) show
|
190 540 timeouts
|
||||||
400 530 moveto (T) show
|
400 540 timeouts
|
||||||
200 510 moveto (T) show
|
|
||||||
400 510 moveto (T) show
|
|
||||||
200 490 moveto (T) show
|
|
||||||
400 490 moveto (T) show
|
|
||||||
|
|
||||||
|
|
||||||
20 450 moveto
|
20 450 moveto
|
||||||
(Team ) show
|
(Team ) show
|
||||||
200 0 rlineto stroke
|
180 0 rlineto stroke
|
||||||
|
|
||||||
350 450 moveto
|
350 450 moveto
|
||||||
(Team ) show
|
(Team ) show
|
||||||
200 0 rlineto stroke
|
180 0 rlineto stroke
|
||||||
|
|
||||||
20 440 penalties
|
20 440 penalties
|
||||||
350 440 penalties
|
350 440 penalties
|
||||||
|
@ -108,7 +119,7 @@
|
||||||
0 -12 rmoveto
|
0 -12 rmoveto
|
||||||
} def
|
} def
|
||||||
|
|
||||||
230 700 moveto
|
230 650 moveto
|
||||||
(A) (High Block / Block To Head) cshow
|
(A) (High Block / Block To Head) cshow
|
||||||
(B) (Back Block) cshow
|
(B) (Back Block) cshow
|
||||||
(E) (Elbows) cshow
|
(E) (Elbows) cshow
|
||||||
|
@ -128,7 +139,7 @@
|
||||||
/Times-Roman findfont 9 scalefont setfont
|
/Times-Roman findfont 9 scalefont setfont
|
||||||
200 760 moveto
|
200 760 moveto
|
||||||
/copyright glyphshow
|
/copyright glyphshow
|
||||||
(2012 Neale Pickett) show
|
(2014 Neale Pickett) show
|
||||||
300 760 moveto
|
300 760 moveto
|
||||||
(\(CC\) BY-SA) show
|
(\(CC\) BY-SA) show
|
||||||
300 750 moveto
|
300 750 moveto
|
||||||
|
|
Loading…
Reference in New Issue