revert faulty class change

This commit is contained in:
rfm 2024-11-04 21:39:01 +00:00
parent a8337b7f66
commit e9d1e9ebbc

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 [class=figure margin=0 fontcolor=blue"
[dot appendString: @" node [margin=0 fontcolor=blue"
@" fontsize=24 width=0.5 shape=rectangle style=filled]\n"];
if (sNam)
{