You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-07-10 15:15:22.745864-0400 app[41287:14957907] [Graphics] Invalid size provided to UIGraphicsBeginImageContext(): size={353, 0}, scale=3.000000
2023-07-10 15:15:22.746013-0400 app[41287:14957907] [Unknown process name] CGContextGetType: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.
-----> (1059.0, 0.0) (128.0, 128.0) (353.0, 0.0)
code:
struct Modified<V: View>: View {
let child: V
var body: some View {
let view = ViewPIX { child }
let pix = view.pixEdge()
return PixelView(pix: pix)
}
}
The text was updated successfully, but these errors were encountered:
on iOS 16 I get
or
code:
The text was updated successfully, but these errors were encountered: