artofsequence / aos-designer

Digital Story Editor
Other
4 stars 3 forks source link

Add a way to apply a path #36

Open Klaim opened 11 years ago

Klaim commented 11 years ago

The interpreter type don't provide a way to go through a provided path. Only step by step actions are allowed.

Add something like:

interpreter.reset_path( new_path );

This should not change the sequence, only re-intepret the path to reset the the canvas state.