File: bigpathtest.cfdg

package info (click to toggle)
contextfree 3.3%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,420 kB
  • sloc: cpp: 37,078; lex: 417; makefile: 124; sh: 42; python: 41
file content (11 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
startshape SINO[s 2]
CF::MinimumSize = 0.3
CF::BorderDynamic = 0
M=40
path SINO {
    MOVETO(0,0)
    loop j=1, 360*M [ ] {
        LINETO(j, 100*((sin(j*4))+sin(1.1*j*4)))
    }
    STROKE(10) [b -1 ] 
}