Closed nanjj closed 6 years ago
So that for svg output the link will be generated, for we can generate map file:
svg
dot -Tcmapx -o file.cmapx file.dot
Using svg file in html:
<object type="image/svg+xml" data="file.svg"/>
Using png file in html:
<img src="file.png" usemap="#godep"/> <map id="godep" name="godep"> <area shape="poly" id="node1"...
Good idea. Can you update the tests as well?
@kisielk Added unit tests.
So that for
svg
output the link will be generated, for we can generate map file:Using svg file in html:
Using png file in html: