Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

background overlaps border #4

Open
crazypixel opened this issue Aug 2, 2017 · 15 comments
Open

background overlaps border #4

crazypixel opened this issue Aug 2, 2017 · 15 comments

Comments

@crazypixel
Copy link

tried with different parameters..

marked

screen shot 2017-08-02 at 10 49 34

@MrToph
Copy link
Owner

MrToph commented Aug 2, 2017

Hi,
yep I noticed this, too.
Might be a dumb solution but I should increase the inner color by one pixel and check if this solves it.

I 'll create an MR on the weekend.

@crazypixel
Copy link
Author

@MrToph thanks !!

@jankarres
Copy link

@MrToph First of all, thanks for your great package. But what is the status of this ticket? I have still this issue on both Android and iOS. Thanks for your support!

demo

@MrToph
Copy link
Owner

MrToph commented Oct 3, 2017

Hi, sorry for not communicating.

I tried to solve it a while ago but the approach didn't work out and introduced other rendering issues. Haven't found the time to look into it more since then.

@jankarres
Copy link

Thanks for your response @MrToph. I'll try it in next few days and actually send a pull request.

@jankarres
Copy link

@MrToph I looked for a solution, but did not find one. I would be glade if you could take a look at this issue or explain how the "dumb solution" works. Thanks a lot!

@MrToph
Copy link
Owner

MrToph commented Oct 25, 2017

Hi @jankarres thanks for trying. As I said my "dumb solution" (increasing the radius of the gray color) didn't work out in the end, that's why there's still no progress on this issue. I 'll think about a new approach

@thambt
Copy link

thambt commented Nov 8, 2017

Hi .I have same problem. when i set shadowColor with a light color.

screen shot 2017-11-08 at 13 47 48

This is my code:
percent={10}
radius={30}
borderWidth={8}
color="#027af4"
shadowColor="rgba(39,39,39,0.9)"
bgColor="#424242"

@jankarres
Copy link

@MrToph Any news from you #Hacktoberfest?

@TheGreatAndrew
Copy link

.

@Dhaval240420
Copy link

any one find solution for this issue i tried but not working

@linweiwei123
Copy link

same problem
image

@maxweb4u
Copy link

To fix this issue you need to add

outerCircleStyle={{overflow: 'hidden'}}

into props of Circle component.

@zabsalahid
Copy link

To fix this issue you need to add

outerCircleStyle={{overflow: 'hidden'}}

into props of Circle component.

It doesn't work on my end. I have white shadowColor.

@ulrellik
Copy link

ulrellik commented Dec 9, 2019

To fix this issue you need to add

outerCircleStyle={{overflow: 'hidden'}}

into props of Circle component.

It helped, but the problem is still there. Anyone found a solution to get completely rid of the problem?

#21

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

10 participants