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.
2 parents c24b7f0 + 75a7c3c commit a301066Copy full SHA for a301066
Sources/FaceLiveness/Views/GetReadyPage/ImageFrameView.swift
@@ -13,7 +13,7 @@ struct ImageFrameView: View {
13
var body: some View {
14
if let image = image {
15
GeometryReader { geometry in
16
- Image(decorative: image, scale: 1.0, orientation: .upMirrored)
+ Image(decorative: image, scale: 1.0, orientation: .up)
17
.resizable()
18
.scaledToFill()
19
.frame(
0 commit comments