Is it possible to generate process instance diagram as SVG? Currently I get the process instance diagram as png. I'm interested in getting the diagram as SVG so that I can focus the digram to what ever process currently running.
I have a rather huge process diagram and I want to be able to scroll to the current running task which usually comes in color red. If It's an SVG then I can add some JavaScript to scroll.
Does any one have a better idea on how to scroll to the task which is currently running.