Blocks :
|
|
Duplicate :
|
When applying border radius to an element in a JavaFX WebView, as long as all four corners have the same radius, it works fine. But if the four corners have different radii they start to affect each other, so a value of 0 in the top right corner would cause a specified value of 32px in the top left corner to shrink.
|