* added remark about gradients
authorkramm <kramm>
Sat, 5 Jul 2003 21:06:56 +0000 (21:06 +0000)
committerkramm <kramm>
Sat, 5 Jul 2003 21:06:56 +0000 (21:06 +0000)
doc/fileformat.sc

index a345967..c6104d0 100644 (file)
@@ -1,6 +1,6 @@
 # ==================================================================================
 #
-# File format specification (well, sort of)
+# swfc(1) File format specification (well, sort of)
 # Version: 0.1
 #
 # ==================================================================================
 
 .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:
 # -------------------