Please provide a hover style to highlight arrows with a different color when hovering over them.
This would allow to see through cluttered diagrams.
Something like this in the SVG defs element:
<style type="text/css"><![CDATA[
path:hover {
stroke: #00FF00 !important;
}
]]>
</style>