Changeset 280


Ignore:
Timestamp:
Sep 25, 2017, 5:36:38 PM (7 years ago)
Author:
g7moreau
Message:
  • Small error on color
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r279 r280  
    28602860               next if $port_connect eq $db_switch_output_port{$sw};
    28612861               my $peripheries = 1;
    2862                $peripheries = 2 if $port_connect =~ m/^(Trk|Br|Po)/;
     2862               my $color = 'black';
     2863               if ($port_connect =~ m/^(Trk|Br|Po)/) {
     2864                  $peripheries = 2;
     2865                  $color = "\"$color:invis:$color\"";
     2866                  }
    28632867               print "\"$sw:$port_connect\" [label = \"".format_aggregator4dot($port_connect)."\", color = black, fillcolor = plum,  peripheries = $peripheries, style = filled];\n";
    28642868               print "\"$sw:$port_connect\" -> \"$sw\" [len=2, style=bold, color = $color, arrowhead= normal, arrowtail = inv]\n";
Note: See TracChangeset for help on using the changeset viewer.