Skip to content

Commit bee5578

Browse files
committed
Removed comment.
1 parent 70d774f commit bee5578

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-native/Libraries/Text/Text/RCTTextView.mm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ - (void)drawRect:(CGRect)rect
159159
CGFloat strokeInset = strokeWidth / 2;
160160

161161
// 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
164162
CGContextSaveGState(context);
165163
CGContextSetTextDrawingMode(context, kCGTextStroke);
166164

0 commit comments

Comments
 (0)