Skip to content

Graphviz's filled and color attributes doesn't work #1138

@Gowa2017

Description

@Gowa2017

Like

digraph { node [style=filled,color=white]; a -> b }

The result is:
image

On viz-js.com , it seems :

image

I know why!.
The mermaid we use is older version, it's css file 'mermaid.forest.css' override the node's style.

So, If we upgrade the mermeiad, we do not need the mermaid.forest.css file. So it is ok.

Like this:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions