How to use setPathEffect to draw a rounded line #1424
-
Hi guys,
What do i add instead of the question marks to make the line rounded? |
Beta Was this translation helpful? Give feedback.
Answered by
wcandillon
Mar 14, 2023
Replies: 1 comment 1 reply
-
Do you want to use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
locadm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you want to use
Skia.PathEffect.MakeCorner(r)
? Here's the list of the path effects we support: https://shopify.github.io/react-native-skia/docs/path-effects/