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

optical glitches when using borderradius with borderWidth #4004

Closed
klausbreyer opened this issue Nov 9, 2015 · 2 comments
Closed

optical glitches when using borderradius with borderWidth #4004

klausbreyer opened this issue Nov 9, 2015 · 2 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@klausbreyer
Copy link

Hey there all together,

I wanted to design an record button with onboard styles.

        <TouchableOpacity onPressIn={this.record.bind(this)} onPressOut={this.pause.bind(this)} style={styles.controlBtn}>
        </TouchableOpacity>
    controlBtn: {
        backgroundColor: "red",
        padding: 10,
        opacity: 1,
        borderRadius: 40,
        height: 80,
        width: 80, 
        borderWidth: 10,
        borderStyle: 'solid',
        borderColor: "#ccc"
    },

this is the result.

I don't think, that this is intended. Or is it? :)

screen shot 2015-11-09 at 16 36 42

@jeanregisser
Copy link
Contributor

Thanks! This has already been reported under #2089

@ide
Copy link
Contributor

ide commented Nov 9, 2015

Yep, covered in #2089 so I'll close this dupe. I don't think anybody is working on it though, so if you want to give it a try fixing it please go ahead.

@ide ide closed this as completed Nov 9, 2015
@facebook facebook locked as resolved and limited conversation to collaborators Jul 20, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

4 participants