cancel
Showing results for 
Search instead for 
Did you mean: 

process instance diagram in svg?

kesavkolla
Champ in-the-making
Champ in-the-making
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.

Thanks in advance.
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
We used to have SVG generation, but it was heavier and added extra dependencies to the engine - so we switched to png.

You could try to rewrite the ProcessDiagramCanvas class to using Batik (it is probably 95% similar to Java2D if my memory serves me right)