Skip to content

Commit

Permalink
Scan lines can escape box (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes authored Jan 15, 2024
1 parent a45057c commit a3833d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,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 a3833d8

Please # to comment.