Fix TextAttributes differ

This commit is contained in:
Mikael Sand
2017-07-24 03:26:56 +03:00
parent 30ef288ded
commit c502c67968

View File

@@ -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
};