We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d774f commit bee5578Copy full SHA for bee5578
packages/react-native/Libraries/Text/Text/RCTTextView.mm
@@ -159,8 +159,6 @@ - (void)drawRect:(CGRect)rect
159
CGFloat strokeInset = strokeWidth / 2;
160
161
// PASS 1: Draw stroke outline
162
- // Note: Only offset X by strokeInset, not Y, to match Android behavior
163
- // This ensures consistent vertical spacing when stroke is applied
164
CGContextSaveGState(context);
165
CGContextSetTextDrawingMode(context, kCGTextStroke);
166
0 commit comments