fixed morphshape syntax
authorkramm <kramm>
Thu, 2 Jun 2005 17:05:42 +0000 (17:05 +0000)
committerkramm <kramm>
Thu, 2 Jun 2005 17:05:42 +0000 (17:05 +0000)
doc/fileformat.sc

index 2926fc4..1ea17a4 100644 (file)
 # morphing
 # --------
 
-.morphshape morphthing start="start.fig" end="end.fig" #TODO
+.outline shape1:
+    #define shape 1
+.end
+.outline shape2:
+    #define shape 2
+.end
+.morphshape morphthing start=shape1 end=shape2
 .frame 250
     .put morphthing ratio=0%
 .frame 270