Commit b7012ba
Set anti-alias flag on OutlineDrawable (#54460)
Summary:
Pull Request resolved: #54460
Enables anti-aliasing for the `OutlineDrawable`'s `Paint` object. This coincides with the setting being applied to [`BorderDrawable`](https://github.com/facebook/react-native/blob/84ee4d4643d50ae00c381f837fbf628e0ee5acfe/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/drawable/BorderDrawable.kt#L89)
Changelog: [Internal]
Reviewed By: haixia-meta, jorge-cab
Differential Revision: D86571281
fbshipit-source-id: e7be79de0dbd0fed03ab1ea9b016bbc0cb92d4d91 parent 7486a2b commit b7012ba
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/drawable
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments