adjivas / ml

A library to generating UML language from Rust's project into graphiz/dot file.
https://adjivas.github.io/ml/mml
Apache License 2.0
79 stars 15 forks source link

Color graph elements #1

Open naturallymitchell opened 6 years ago

naturallymitchell commented 6 years ago

Coloring the svg graph output could make it more readable, like in this class diagram.

naturallymitchell commented 6 years ago

some links that look useful for this: SVG Tutorial on Fills and Strokes and Change svg color

naturallymitchell commented 6 years ago

Here's a well-styled component display, from Dynamic Progamming: First Principles

It makes nice use of icons and collapse, which could also apply per element. (also on hover)