File: circle.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 (24 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
startshape circ

path circ {
    MOVETO {x 0.5}
    CURVETO {
        y 0.5
        x1 0.5 y1 0.275892
        x2 0.275892 y2 0.5
    }
    CURVETO {
        x -0.5
        x2 -0.5 y2 0.275892
    }
    CURVETO {
        y -0.5
        x2 -0.275892 y2 -0.5
    }
    CURVETO {
        x 0.5
        x2 0.5 y2 -0.275892
    }
    CLOSEPOLY {}
    FILL {}
}