mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
13 lines
215 B
Text
13 lines
215 B
Text
/build_RC {
|
|
pop
|
|
size 4 div /side exch def
|
|
currentpoint
|
|
newpath
|
|
moveto
|
|
0 side 1.5 mul rmoveto
|
|
0 side rlineto
|
|
side 2.5 mul 0 rlineto
|
|
0 side neg rlineto
|
|
closepath
|
|
fill
|
|
} def
|