Skip to content

Strange spike on number 2 with stroke on iOS #2746

@juhaelee

Description

@juhaelee

Description

Using Text component in the react native svg library. The number 2 has a weird spike when there is a stroke on it:

Image

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions