-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Description
Using Text component in the react native svg library. The number 2 has a weird spike when there is a stroke on it:
Steps to reproduce
import Svg, { Text as SvgText } from 'react-native-svg';
<Svg height={size} width={size}>
<SvgText
x="50%"
y="50%"
textAnchor="middle"
alignmentBaseline="middle"
fontSize="20"
fontWeight="bold"
stroke="black"
strokeWidth="8"
fill="black">
22
</SvgText>
Snack or a link to a repository
https://snack.expo.dev/@junnielabs/bossy-yellow-hummus
SVG version
15.11.2
React Native version
0.79.5
Platforms
iOS
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes