Hello, I am trying to create a cluster with an HTML (table) label that includes an image and some text. However, despite setting padding and borders to 0 and justification to left the label image has some padding around it which results in a gap. How can I fix this? I have marked these gaps with red arrows here. I want them to be exactly aligned to the corner of of the box instead.
The .dot code is
subgraph cluster_AWSgroup_42484 {
graph [center=true fontname="Sans-Serif" fontsize=12 label=<<TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0"><TR><TD><img src="./resource_images/aws/general/aws.png"/></TD><TD>AWS Cloud</TD></TR></TABLE>> labeljust=l margin=100 ordering=in pencolor=black rankdir=LR shape=box style=solid]
}
If this is something that needs to be amended in the C code, please point me to the relevant sections so I can raise a PR. Willing to pay to get this fixed.
Thanks.