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
It's debatable whether this is a bug or not, but explicitly adding a background color to the second text makes it a stronger argument that the underline should be stripped from the merged output. Otherwise, it's not going to be possible to build UIs with z-index.
Removing the background color and just doing Text("World") could also arguably not have an underline in the merged output, but the counter argument is that technically you would still see the underline because it's below the characters. What about Strikethrough and text color though?
The text was updated successfully, but these errors were encountered:
Failing test:
It's debatable whether this is a bug or not, but explicitly adding a background color to the second text makes it a stronger argument that the underline should be stripped from the merged output. Otherwise, it's not going to be possible to build UIs with z-index.
Removing the background color and just doing
Text("World")
could also arguably not have an underline in the merged output, but the counter argument is that technically you would still see the underline because it's below the characters. What aboutStrikethrough
and text color though?The text was updated successfully, but these errors were encountered: