mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
Fix TextAttributes differ
This commit is contained in:
@@ -112,13 +112,11 @@ const TextAttributes = {
|
||||
font: {
|
||||
diff: fontDiffer
|
||||
},
|
||||
textAnchor: true,
|
||||
textDecoration: true,
|
||||
deltaX: arrayDiffer,
|
||||
deltaY: arrayDiffer,
|
||||
rotate: arrayDiffer,
|
||||
positionX: true,
|
||||
positionY: true,
|
||||
positionX: arrayDiffer,
|
||||
positionY: arrayDiffer,
|
||||
...RenderableAttributes
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user