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

box shadows are weirdly clipped with border radius #220

Closed
paulrouget opened this issue Mar 3, 2016 · 1 comment
Closed

box shadows are weirdly clipped with border radius #220

paulrouget opened this issue Mar 3, 2016 · 1 comment

Comments

@paulrouget
Copy link
Collaborator

@paulrouget paulrouget commented Mar 3, 2016

<style>
  div {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: red;
    border: 10px solid black;
    box-shadow: 0 0 0px 10px red;
  }
</style>
<div></div>

screen shot 2016-03-03 at 19 11 53

@mrobinson
Copy link
Member

@mrobinson mrobinson commented Jun 29, 2017

I'm not seeing this any longer. There have been a lot of changes to clipping and border rendering. I think we can close this for now. Please feel free to reopen if it's still an issue.

@mrobinson mrobinson closed this Jun 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.