Skip to content

Commit

Permalink
Scan lines can escape box
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Jan 15, 2024
1 parent 62ee4d6 commit b8dbbf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ struct SmithChartView: View {
SmithChartContentView(viewModel: viewModel)

ScanLinesEffect()
.cornerRadius(8)
.cornerRadius(20)
.padding(10)
.aspectRatio(1, contentMode: .fit)
.allowsHitTesting(false)
Expand Down

0 comments on commit b8dbbf0

Please # to comment.