strokeOffset and strokeDashArray for primitives #600
-
Does Skia have these attributes for primitive shapes like circle? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
You can by using a dash path effect: https://shopify.github.io/react-native-skia/docs/path-effects#dash-path-effect |
Beta Was this translation helpful? Give feedback.
-
Ended up using Path with the make circle function. More options to mess with it. |
Beta Was this translation helpful? Give feedback.
-
yes eventually we would like in the reconciler to have PathEffect available for any shape directly. There is a refactoring we can to do first in the renderer before we can offer such options. |
Beta Was this translation helpful? Give feedback.
You can by using a dash path effect: https://shopify.github.io/react-native-skia/docs/path-effects#dash-path-effect
We hope this will work well for you?