"Fossies" - the Fresh Open Source Software Archive

Member "fly-2.0.1/examples/gif/small-end.fly" (25 Nov 2001, 171 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 #
    3 new
    4 #
    5 size 128,128
    6 type gif
    7 # a black background
    8 fill 1,1,0,0,0
    9 # a diagonal white line top left to bottom right
   10 line 0,0,127,127,255,255,255
   11 end