mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
Add TextPath element
This commit is contained in:
@@ -98,6 +98,10 @@ const TextAttributes = merge({
|
||||
positionY: true
|
||||
}, RenderableAttributes);
|
||||
|
||||
const TextPathAttributes = {
|
||||
href: true
|
||||
};
|
||||
|
||||
const TSpanAttibutes = merge({
|
||||
content: true
|
||||
}, TextAttributes);
|
||||
@@ -173,6 +177,7 @@ export {
|
||||
PathAttributes,
|
||||
TextAttributes,
|
||||
TSpanAttibutes,
|
||||
TextPathAttributes,
|
||||
GroupAttributes,
|
||||
ClipPathAttributes,
|
||||
CircleAttributes,
|
||||
|
||||
Reference in New Issue
Block a user