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: {
|
font: {
|
||||||
diff: fontDiffer
|
diff: fontDiffer
|
||||||
},
|
},
|
||||||
textAnchor: true,
|
|
||||||
textDecoration: true,
|
|
||||||
deltaX: arrayDiffer,
|
deltaX: arrayDiffer,
|
||||||
deltaY: arrayDiffer,
|
deltaY: arrayDiffer,
|
||||||
rotate: arrayDiffer,
|
rotate: arrayDiffer,
|
||||||
positionX: true,
|
positionX: arrayDiffer,
|
||||||
positionY: true,
|
positionY: arrayDiffer,
|
||||||
...RenderableAttributes
|
...RenderableAttributes
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user