File: roundcaptest.cfdg

package info (click to toggle)
contextfree 3.4.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,448 kB
  • sloc: cpp: 37,995; lex: 414; makefile: 123; sh: 43; python: 34
file content (18 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
startshape test

path test {
    MOVETO {x 1 y 0}
    ARCTO{x -1 y 0 r 1}
    ARCTO{x 1 y 0 r 1}
    CLOSEPOLY{}
    STROKE {b 0.5 p iso}
    MOVETO {x -1}
    LINETO {x 1}
    STROKE {p roundcap}
    MOVETO {x -1 y 1}
    LINETO {x 1 y 1}
    STROKE {p squarecap}
    MOVETO {x -1 y -1}
    LINETO {x 1 y -1}
    STROKE {p buttcap}
}