Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
/build_ob {
2
    pop
3
    size 3 mul 16 div /rad exch def
4
    currentpoint
5
    newpath
6
    rad add exch rad add exch rad 0 360 arc
7
    stroke
8
} def