@@ -791,7 +791,7 @@ private void updatePath() {
791
791
792
792
/** Compute mInnerTopLeftCorner */
793
793
mInnerTopLeftCorner .x = mInnerClipTempRectForBorderRadius .left ;
794
- mInnerTopLeftCorner .y = mInnerClipTempRectForBorderRadius .top * 2 ;
794
+ mInnerTopLeftCorner .y = mInnerClipTempRectForBorderRadius .top ;
795
795
796
796
getEllipseIntersectionWithLine (
797
797
// Ellipse Bounds
@@ -817,7 +817,7 @@ private void updatePath() {
817
817
}
818
818
819
819
mInnerBottomLeftCorner .x = mInnerClipTempRectForBorderRadius .left ;
820
- mInnerBottomLeftCorner .y = mInnerClipTempRectForBorderRadius .bottom * - 2 ;
820
+ mInnerBottomLeftCorner .y = mInnerClipTempRectForBorderRadius .bottom ;
821
821
822
822
getEllipseIntersectionWithLine (
823
823
// Ellipse Bounds
@@ -843,7 +843,7 @@ private void updatePath() {
843
843
}
844
844
845
845
mInnerTopRightCorner .x = mInnerClipTempRectForBorderRadius .right ;
846
- mInnerTopRightCorner .y = mInnerClipTempRectForBorderRadius .top * 2 ;
846
+ mInnerTopRightCorner .y = mInnerClipTempRectForBorderRadius .top ;
847
847
848
848
getEllipseIntersectionWithLine (
849
849
// Ellipse Bounds
@@ -869,7 +869,7 @@ private void updatePath() {
869
869
}
870
870
871
871
mInnerBottomRightCorner .x = mInnerClipTempRectForBorderRadius .right ;
872
- mInnerBottomRightCorner .y = mInnerClipTempRectForBorderRadius .bottom * - 2 ;
872
+ mInnerBottomRightCorner .y = mInnerClipTempRectForBorderRadius .bottom ;
873
873
874
874
getEllipseIntersectionWithLine (
875
875
// Ellipse Bounds
0 commit comments