mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
Add startOffset support
This commit is contained in:
@@ -99,7 +99,8 @@ const TextAttributes = merge({
|
||||
}, RenderableAttributes);
|
||||
|
||||
const TextPathAttributes = merge({
|
||||
href: true
|
||||
href: true,
|
||||
startOffset: true
|
||||
}, RenderableAttributes);
|
||||
|
||||
const TSpanAttibutes = merge({
|
||||
|
||||
Reference in New Issue
Block a user