From: kramm Date: Sat, 5 Jul 2003 21:06:56 +0000 (+0000) Subject: * added remark about gradients X-Git-Tag: release-0-5-0~196 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=415286ee50b0c071ab8d1af162788805837ba53e * added remark about gradients --- diff --git a/doc/fileformat.sc b/doc/fileformat.sc index a345967..c6104d0 100644 --- a/doc/fileformat.sc +++ b/doc/fileformat.sc @@ -1,6 +1,6 @@ # ================================================================================== # -# File format specification (well, sort of) +# swfc(1) File format specification (well, sort of) # Version: 0.1 # # ================================================================================== @@ -51,6 +51,15 @@ .texture text1=background scale=50% rotate=45 +# define a gradient +# ----------------- + +#.gradient mygradient: +# 0.000 0 0 0 +# 0.500 255 255 255 +# 1.000 0 0 0 +#.end + # load several pages: # -------------------