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
When not drawing a border, the mGapBetweenPaths adjustment
can create noticable pixelation when drawing curves through a low
number of pixels. This is noticable mostly on buttons and such
on low-dpi devices. This fix only applies the fix if clipping
for the border radius is done.
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/view/ReactViewBackgroundDrawable.java
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -584,6 +584,7 @@ private void updatePath() {
584
584
}
585
585
586
586
// Clip border ONLY if its color is non transparent
0 commit comments