using long color codes only
This commit is contained in:
@@ -413,7 +413,7 @@ def __process_gamds__(name, cls, signals, edges):
|
|||||||
"</td></tr>"
|
"</td></tr>"
|
||||||
)
|
)
|
||||||
if node:
|
if node:
|
||||||
label = f"""<table border="0" cellpadding="4" cellborder="1" cellspacing="0" bgcolor="#eee">
|
label = f"""<table border="0" cellpadding="4" cellborder="1" cellspacing="0" bgcolor="#eeeeee">
|
||||||
<tr><td><b>{name}</b><br/>{cls}</td></tr>
|
<tr><td><b>{name}</b><br/>{cls}</td></tr>
|
||||||
{node}
|
{node}
|
||||||
</table>
|
</table>
|
||||||
@@ -561,7 +561,7 @@ def __simple_gam__(label, obj):
|
|||||||
id = f"fn{doc.format_name(label)}"
|
id = f"fn{doc.format_name(label)}"
|
||||||
style = "style=rounded"
|
style = "style=rounded"
|
||||||
if cls == "IOGAM":
|
if cls == "IOGAM":
|
||||||
style = 'style="rounded,filled", fillcolor="#eee"'
|
style = 'style="rounded,filled", fillcolor="#eeeeee"'
|
||||||
elif cls == "MessageGAM":
|
elif cls == "MessageGAM":
|
||||||
style = 'style="rounded,filled", fillcolor=lightyellow'
|
style = 'style="rounded,filled", fillcolor=lightyellow'
|
||||||
if "InputSignals" in obj:
|
if "InputSignals" in obj:
|
||||||
|
|||||||
Reference in New Issue
Block a user