Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix outline drawing 1px width when outlineWidth = 0 #46586

Closed
wants to merge 1 commit into from

Commits on Sep 23, 2024

  1. 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]
    
    Reviewed By: joevilches
    
    Differential Revision: D63136220
    jorge-cab authored and facebook-github-bot committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f70ee1a View commit details
    Browse the repository at this point in the history