We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f326cf5 commit 78c5c1cCopy full SHA for 78c5c1c
1 file changed
Splajompy/Extensions/DitherCard.swift
@@ -60,7 +60,7 @@ struct DitheredCard: View {
60
withPaletteSettings: QuantizedColorSettingsConfiguration(bits: 1)
61
)
62
else { return nil }
63
- return UIImage(cgImage: result, scale: renderScale, orientation: .up)
+ return UIImage(cgImage: result, scale: 1, orientation: .up)
64
}.value
65
}
66
0 commit comments