mscgenjs/mscgenjs-cli

View on GitHub
docs/assets/depcruise-graph-head.snippet.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en" dir="ltr">
    <head>
        <meta charset="utf-8">
        <title>mscgenjs cli dependency-graph</title>
        <style>
            .node:active path, .node:hover path 
            .node:active polygon, .node:hover polygon {
                stroke:fuchsia;
                stroke-width:2;
            }
            .node:active text, .node:hover text {
                fill:fuchsia;
            }
            .edge:active path, .edge:hover path{
                stroke:fuchsia;
                stroke-opacity:1;
            }
            .edge:active polygon, .edge:hover polygon  {
                stroke:fuchsia;
                fill:fuchsia;
                stroke-opacity:1;
                fill-opacity:1;
            }
            .edge:active text, .edge:hover text{
                fill:fuchsia;
            }
            .cluster:active path, .cluster:hover path {
                fill: #ffff0011;
            }
        </style>
    </head>
    <body>