DynamicFlow002

Hi Glenn,

In test DynamicFlow002 (and the specification as well), you use the
value
 in(word,jump) fill(1.0s) out(line,smooth) clear(break,0.3s)

however, the syntax for dynamic flow is
 <flowFunction>+ <flowIntervalFunction>*

which means the flow function out() needs to appear before fill:

in(word,jump) out(line,smooth) fill(1.0s) clear(break,0.3s)

Did you mean the syntax for dynamic flow to be

( <flowFunction> <flowIntervalFunction>* )+

instead?

Philippe

Received on Thursday, 29 October 2009 18:01:30 UTC