This border-radius is fine:
But increasing the radius to, say, 30px, results in an unsightly protruding stroke. Chrome and other browsers do not have this behaviour. Any radius beyond a certain threshold is handled gracefully.
If I read the spec correctly, Prince should not be doing this.
<style>
.cost {
text-align: center;
background: orange;
color: white;
font-size: 24px;
border-radius: 12px;
}
</style>
<div class="cost">$1,000</div>
But increasing the radius to, say, 30px, results in an unsightly protruding stroke. Chrome and other browsers do not have this behaviour. Any radius beyond a certain threshold is handled gracefully.
If I read the spec correctly, Prince should not be doing this.
Pulse Energy