| -------------------------------------------------------------------------------------------------
The border path polyfill (Border (<position>) mask) for borderLeftWidth, borderRightWidth, etc, for uneven borders, doesn't match the borderRadius of a <View>.
Expected behavior:

Observed behavior:
(Example with uneven borderRadius)


How to reproduce:
(
<View
style={{
width: 60,
height: 60,
borderRadius: 6,
borderTopLeftRadius: 12,
borderBottomLeftRadius: 12,
borderTopRightRadius: 0,
borderBottomRightRadius: 0,
borderRightWidth: 0,
borderLeftWidth: 2,
borderTopWidth: 2,
borderBottomWidth: 2,
borderColor: 'green',
backgroundColor: 'blue',
}}
/>
)
Sketch version:
63.1
GitHub Project:
Code that's affected by this issue: https://github.com/elemental-react/primer/blob/918f8f0061e9902ac3bc09e5e28db370e603a912/src/buttons/ButtonGroup.jsx#L12
Can be run from https://github.com/elemental-react/primer/tree/master/examples/sketch
| -------------------------------------------------------------------------------------------------
The border path polyfill (
Border (<position>)mask) forborderLeftWidth,borderRightWidth, etc, for uneven borders, doesn't match the borderRadius of a<View>.Expected behavior:
Observed behavior:
(Example with uneven
borderRadius)How to reproduce:
Sketch version:
63.1GitHub Project:
Code that's affected by this issue: https://github.com/elemental-react/primer/blob/918f8f0061e9902ac3bc09e5e28db370e603a912/src/buttons/ButtonGroup.jsx#L12
Can be run from https://github.com/elemental-react/primer/tree/master/examples/sketch