mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
9 lines
146 B
Text
9 lines
146 B
Text
|
/build_ob {
|
||
|
pop
|
||
|
size 3 mul 16 div /rad exch def
|
||
|
currentpoint
|
||
|
newpath
|
||
|
rad add exch rad add exch rad 0 360 arc
|
||
|
stroke
|
||
|
} def
|