Skip to content

Commit

Permalink
revert faulty class change
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Nov 4, 2024
1 parent a8337b7 commit e9d1e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/AGSHtml.m
Original file line number Diff line number Diff line change
Expand Up @@ -2740,7 +2740,7 @@ - (void) outputUnit: (GSXMLNode*)node to: (NSMutableString*)buf
[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)
{
Expand Down

0 comments on commit e9d1e9e

Please sign in to comment.