File: lines

package info (click to toggle)
libtemplate-perl 2.14-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 5,496 kB
  • ctags: 667
  • sloc: perl: 15,349; makefile: 62; xml: 7; sh: 5
file content (25 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (3)
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
[% global.ps.loaded.lines = 1 -%]
/line-light  { 
    0.25 setlinewidth 
    [] 0 setdash 
} bind def
/line-normal { 
    0.5 setlinewidth 
    [] 0 setdash 
} bind def
/line-heavy  { 
    0.75 setlinewidth 
    [] 0 setdash 
} bind def
/line-thick {
  1.5 setlinewidth
  [] 0 setdash
} def
/line-dotted { 
    0.5 setlinewidth 
    [3 5 1 5] 0 setdash 
} def
/line-dashed { 
    0.5  setlinewidth 
    [5 3 2 3] 0 setdash 
} def