Skip to content

Commit

Permalink
Add "node figure" class for svg
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Nov 4, 2024
1 parent 15270e4 commit a8337b7
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 [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)
{
Expand Down

0 comments on commit a8337b7

Please sign in to comment.