This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- slap this somewhere at the top --> | |
| <style> | |
| /* the lines within the edges */ | |
| .edge:active path, | |
| .edge:hover path { | |
| stroke: fuchsia; | |
| stroke-width: 3; | |
| stroke-opacity: 1; | |
| } | |
| /* arrows are typically drawn with a polygon */ |