react-native-macos/Libraries/Text
ericlewis bbf715685e Fix semi-transparent backgrounds on Text components (#23872)
Summary:
Fix #23849. When setting a semi-transparent background on text, it becomes obvious that we are drawing the background color twice. Since background color is handled by the view, we should not need to draw the glyph background color too.

| Before        | After   |
| ------------- |-------------|
|<img src="https://i.imgur.com/8JGpKTC.png" width="300">     | <img src="https://imgur.com/qjKU9Ze.png" width="300">

[iOS] [Fixed] - Semi-transparent backgrounds on text
Pull Request resolved: https://github.com/facebook/react-native/pull/23872

Differential Revision: D14430501

Pulled By: shergin

fbshipit-source-id: 19743415b2d20a3b941b1c80bd7b47144e929458
2019-03-14 10:23:19 -07:00
..
BaseText Fix relayout of inline views (#21968) 2018-10-31 16:13:01 -07:00
RCTText.xcodeproj Update Xcode projects (#19574) 2018-06-19 23:48:12 -07:00
RawText Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
Text Fix semi-transparent backgrounds on Text components (#23872) 2019-03-14 10:23:19 -07:00
TextInput Fix TextInput maxLength when insert characters at begin (#23472) 2019-03-12 11:16:44 -07:00
VirtualText Fix relayout of inline views (#21968) 2018-10-31 16:13:01 -07:00
RCTConvert+Text.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTConvert+Text.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTTextAttributes.h Keep placeholder paragraph style same with text input (#23763) 2019-03-04 23:09:55 -08:00
RCTTextAttributes.m Keep placeholder paragraph style same with text input (#23763) 2019-03-04 23:09:55 -08:00
RCTTextTransform.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
React-RCTText.podspec Split React.podspec into separate podspecs for each Xcode project (#23559) 2019-02-21 18:35:44 -08:00
Text.js Fix flow typing of Text 2019-02-05 15:26:53 -08:00
TextAncestor.js Deploy Flow v0.85 to xplat/js 2018-11-02 00:28:28 -07:00
TextPropTypes.js Move and rename StyleSheetPropType to DeprecatedStyleSheetPropType (#21380) 2018-09-27 23:04:20 -07:00
TextProps.js Fix flow typing of Text 2019-02-05 15:26:53 -08:00
TextStylePropTypes.js Rename and move ViewStylePropTypes (#21415) 2018-10-01 12:19:15 -07:00