Skip to content

Stroked text not behaving normally #2151

@MeghanBomberger

Description

@MeghanBomberger

Not sure if this is a bug or if I've implemented incorrectly, but stroke on text is not behaving quite like I'd expect.

Instead of outlining the text with a stroke it seems to be outlining segments of each character.
image

<Svg 
  height="80" 
  width="500"
>
  <Text
    fill="none"
    stroke="red"
    strokeWidth="1"
    fontSize="45"
    fontWeight="bold"
    x="10%"
    y="100%"
  >
    STROKED TEXT
  </Text>
</Svg>

Am I missing something to make this do a normal text stroke?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions