File: pathtest2.cfdg

package info (click to toggle)
contextfree 3.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,432 kB
  • sloc: cpp: 34,857; lex: 416; makefile: 124; sh: 42; python: 41
file content (14 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
startshape pentagram

path pentagram {
    MOVETO{x -1}
    ARCTO{x 1}
    ARCTO{x -1}
    CLOSEPOLY{}
    STROKE{p buttjoin}
    MOVETO{y 1}
    5* {r 144} 
        LINETO {x (cos(234)) y (sin(234))}
    CLOSEPOLY{p align}
    STROKE{p miterjoin s 0.82}
}