mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-22 23:25:20 +00:00
flattern text into several spans
flattern text into several spans (step 1, not finish yet)
This commit is contained in:
@@ -28,7 +28,11 @@ class Text extends Shape {
|
||||
let props = this.props;
|
||||
return <RNSVGText
|
||||
ref={ele => {this.root = ele;}}
|
||||
{...this.extractProps({...props})}
|
||||
{...this.extractProps({
|
||||
...props,
|
||||
x: null,
|
||||
y: null
|
||||
})}
|
||||
{...extractText(props)}
|
||||
/>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user