using long color codes only

This commit is contained in:
Martino Ferrari
2026-04-22 10:52:23 +02:00
parent 87381ee328
commit 13c3647f74
+2 -2
View File
@@ -413,7 +413,7 @@ def __process_gamds__(name, cls, signals, edges):
"</td></tr>"
)
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>
{node}
</table>
@@ -561,7 +561,7 @@ def __simple_gam__(label, obj):
id = f"fn{doc.format_name(label)}"
style = "style=rounded"
if cls == "IOGAM":
style = 'style="rounded,filled", fillcolor="#eee"'
style = 'style="rounded,filled", fillcolor="#eeeeee"'
elif cls == "MessageGAM":
style = 'style="rounded,filled", fillcolor=lightyellow'
if "InputSignals" in obj: