mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-25 12:03:27 +00:00
Finish TSpan
This commit is contained in:
@@ -118,7 +118,7 @@ export default function(props, isText) {
|
||||
content,
|
||||
deltaX,
|
||||
deltaY,
|
||||
positionX: x || null,
|
||||
positionY: y || null
|
||||
positionX: _.isNil(x) ? null : x,
|
||||
positionY: _.isNil(y) ? null : y
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user