Skip to content

Commit 303819b

Browse files
committed
Increase DPI to improve text quality
1 parent e5c66f9 commit 303819b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftBuildSupport/DotPIFSerializer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ fileprivate struct DotPIFSerializer {
7878
func write(_ object: String) { outputStream.write("\(object)\n") }
7979

8080
write("digraph PIF {")
81-
write("dpi=260;") // i.e., MacBook Pro 16" is 226 pixels per inch (3072 x 1920).
81+
write("dpi=400;") // i.e., MacBook Pro 16" is 226 pixels per inch (3072 x 1920).
8282
for object in objects {
8383
write(" \(object);")
8484
}

0 commit comments

Comments
 (0)