-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
borderRadius not working #1393
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and I will leave this open. |
I have a need for the same thing. Any update on this? |
Trying to give a Rect border-radius with this library is way harder than it should be. I've landed at creating a ClipPath with two ovals on either end and a rectangle in the middle. It kinda works but feels very hacky. There's a few built in props that sound like they'd do the trick, strokeLinecap="round", strokeLinejoin="round". But they don't seem to be doing anything in my case, and I can't find an example of using these props in the docs. |
ANSWER:
Having an example of this in the docs would be helpful. |
Any update on this? I am also try to apply borderRadius to SVG element but its not working. |
Also need help with this! Why does |
I can set the border radius by styling View and wrapping the SVG element in it, and of course, set |
what if only a specific corner needs to be rounded? |
setting rx and ry worked for me |
rx tx makes the entire SVG invisible I am not sure what am I doing wrong. |
Hi,
I'm looking to build a button as suggested here: #645
I do need the button to have rounded borders, which is usually achieved through borderRadius. But I dont get it to work with any of the svg elements. Any advice?
The text was updated successfully, but these errors were encountered: