Skip to content

Commit 7b94189

Browse files
committed
hidpi
1 parent cc275a9 commit 7b94189

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

zjit/src/hir.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1704,6 +1704,7 @@ impl<'a> std::fmt::Display for GraphvizPrinter<'a> {
17041704
let iseq_name = iseq_name(fun.iseq);
17051705
writeln!(f, "digraph {iseq_name} {{")?;
17061706
writeln!(f, "node [shape=plaintext];")?;
1707+
writeln!(f, "dpi=300;")?;
17071708
for block_id in fun.rpo() {
17081709
let block = &fun.blocks[block_id.0];
17091710
write!(f, "{block_id} [label=<")?;

0 commit comments

Comments
 (0)