Any way to unround the corners of a redacted SwiftUI Text("view")?

The following code:

Swift
       Text("Hello, world!")
        .redacted(reason: .placeholder)

creates a rectangle with rounded corners. Is there any way to reduce/eliminate the corner rounding?

thanks in advance

Any way to unround the corners of a redacted SwiftUI Text("view")?
 
 
Q