We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c66f9 commit 303819bCopy full SHA for 303819b
Sources/SwiftBuildSupport/DotPIFSerializer.swift
@@ -78,7 +78,7 @@ fileprivate struct DotPIFSerializer {
78
func write(_ object: String) { outputStream.write("\(object)\n") }
79
80
write("digraph PIF {")
81
- write("dpi=260;") // i.e., MacBook Pro 16" is 226 pixels per inch (3072 x 1920).
+ write("dpi=400;") // i.e., MacBook Pro 16" is 226 pixels per inch (3072 x 1920).
82
for object in objects {
83
write(" \(object);")
84
}
0 commit comments