Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
flow_chart_visualization [2013/04/10 08:41] – [Requirements on the SVG files] adminflow_chart_visualization [2014/06/05 11:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Flow chart visualization ====== +#REDIRECT doc:flow_chart_visualization
- +
-The flow chart visualizer allows to load SVG files and to define actions that are to be taken when the user clicks on the elements in the graphics. It is designed as a convenient way of showing processing pipelines and calling processing steps. +
- +
-===== Requirements on the SVG files ===== +
- +
-There are some assumptions about the structure of the SVG files that need to be observed. +
-  * There needs to be a background rectangle called "background" that has its origin in the upper left corner of the image. +
-  * Block IDs have the form "block_<id>", the corresponding menu blocks have the form "block_<id>_menu" (right click -> object properties) +
-  * Text needs to be converted into paths (Object -> To path) +