phamfoo / react-native-figma-squircle

Figma-flavored squircles for React Native
MIT License
318 stars 15 forks source link

Fix stroke not being drawn properly #12

Closed phamfoo closed 2 years ago

phamfoo commented 2 years ago

SVG only supports center stroke, but we want the stroke to stay inside the shape. At the moment, we work around this by drawing a slightly smaller path so that the stroke can fit inside. This solution, however, has some issues:

Changes in this PR

phamfoo commented 2 years ago

Hey @Krisztiaan I added you as a collaborator to this repo, still interested in reviewing this PR?

phamfoo commented 2 years ago

Thanks for the review @Krisztiaan 🙏, I'm merging this and cutting a new release soon.