"Fossies" - the Fresh Open Source Software Archive

Member "fly-2.0.1/examples/gif/small.fly" (25 Nov 2001, 150 Bytes) of package /linux/www/old/fly-2.0.1.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # new image
    2 new
    3 size 128,128
    4 # a black background
    5 fill 1,1,0,0,0
    6 # a diagonal white line top left to bottom right
    7 line 0,0,127,127,255,255,255