Generate output in SVG format
Scalable Vector Graphics for higher quality output. SVG is a quite simple but powerful XML-based format that may even be easier to generate than PNGs.
137
votes
1 comment
-
Donald Jones
commented
I fully agree with the use of SVG. I created my own tool for generating Message Sequence Charts, and it provides output in SVG format. It allows useful features such as
- hyperlinks, e.g. to the appropriate line of the reference file
- tooltips via Javascript: an arrow indicates a message, but the tooltip provides additional information/decodes.I can provide an example, if required.