react-native-svg icon indicating copy to clipboard operation
react-native-svg copied to clipboard

Add `textLength` prop to Text and TextPath

Open adamblvck opened this issue 3 years ago • 1 comments

Feature Request

Currently it's impossible to set the prop textLength on <Text> or <TextPath> as it's not being extracted by ./lib/extract/extractText.tsx.

Could the maintainers add the prop textLength to <Text> or <TextPath>?

Why it is needed

The ability to stretch a text along a path, and make it fit throughout the length, is truly a missing feature, used widely on the web, yet impossible to access through the current API.

adamblvck avatar Feb 05 '22 01:02 adamblvck

@adamblvck I have some issues, Do you have any solutions for this?

Pakile avatar May 12 '22 13:05 Pakile