Add "node figure" class for svg

This commit is contained in:
rfm 2024-11-04 21:22:36 +00:00
parent 15270e460b
commit a8337b7f66

View file

@ -2740,7 +2740,7 @@ static NSMutableSet *textNodes = nil;
[dot appendFormat: @"digraph class_%@ {\n", cNam];
[dot appendString: @" rankdir = \"TB\";\n"];
[dot appendString: @" {\n"];
[dot appendString: @" node [margin=0 fontcolor=blue"
[dot appendString: @" node [class=figure margin=0 fontcolor=blue"
@" fontsize=24 width=0.5 shape=rectangle style=filled]\n"];
if (sNam)
{