From 478aa14b293d6c84bf9287b2d7c05358f31f72a8 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 2 Jun 2005 17:05:42 +0000 Subject: [PATCH] fixed morphshape syntax --- doc/fileformat.sc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/fileformat.sc b/doc/fileformat.sc index 2926fc4..1ea17a4 100644 --- a/doc/fileformat.sc +++ b/doc/fileformat.sc @@ -143,7 +143,13 @@ # 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 -- 1.7.10.4