From 415286ee50b0c071ab8d1af162788805837ba53e Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 5 Jul 2003 21:06:56 +0000 Subject: [PATCH] * added remark about gradients --- doc/fileformat.sc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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: # ------------------- -- 1.7.10.4