Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix outline drawing 1px width when outlineWidth = 0 (facebook#46586)
Summary: Pull Request resolved: facebook#46586 When Paint.strokeWidth is set to 0 its not actually 0 but "hairline mode" so the fix is just to make outline not draw at all when outlineWidth = 0 {F1879399325} Changelog: [Internal] Differential Revision: D63136220
- Loading branch information