pyreverse: colored classes and packages in HTML generated diagrams #10242
Labels
Good first issue
Friendly and approachable by new contributors
Help wanted 🙏
Outside help would be appreciated, good for new contributors
pyreverse
Related to pyreverse component
Current problem
In pyreverse, assuming we use
--colorized
and increase--max-color-depth
, the .png generated diagrams use different colors. But the .html generated diagrams do not use multiple colors, they only use a single color.Desired solution
When using use
--colorized
and increasing--max-color-depth
with--output html
, the generatedpackages.html
andclasses.html
should have different colors.More precisely, the
node
elements in CSS should have differentstroke
andfill
colors, according to the--max-color-depth
and the--color-palette
.Additional context
No response
The text was updated successfully, but these errors were encountered: