Skip to content

Commit

Permalink
Increased saturation of coloured edges for visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
oskari1 committed Jan 13, 2024
1 parent bb0d7f6 commit c3e3336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axiom-profiler-GUI/src/results/svg_result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ impl Component for SVGResult {
InstOrEquality::Equality => "dashed",
},
match edge_data.weight() {
InstOrEquality::Inst(_, mkind) => format!("{}", self.colour_map.get(&mkind, NODE_COLOUR_SATURATION)),
InstOrEquality::Inst(_, mkind) => format!("{}", self.colour_map.get(&mkind, NODE_COLOUR_SATURATION + 0.2)),
InstOrEquality::Equality => "black".to_string(),
}
),
Expand Down

0 comments on commit c3e3336

Please sign in to comment.