Skip to content

Commit

Permalink
Print dot node names sans serif
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Mar 23, 2024
1 parent 9595be4 commit 84d427d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vcpkg/commands.depend-info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ namespace vcpkg
{
int empty_node_count = 0;

std::string s = "digraph G{ rankdir=LR; edge [minlen=3]; overlap=false;\n";
std::string s = "digraph G{ rankdir=LR; node [fontname=Sans]; edge [minlen=3]; overlap=false;\n";

for (const auto& package : depend_info)
{
Expand Down

0 comments on commit 84d427d

Please sign in to comment.