mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add "node figure" class for svg
This commit is contained in:
parent
15270e460b
commit
a8337b7f66
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue