Implement rotate and textDecoration

This commit is contained in:
Mikael Sand
2017-07-16 01:50:59 +03:00
parent 61a17cb120
commit 2458a2f262
6 changed files with 131 additions and 9 deletions

View File

@@ -107,8 +107,10 @@ const TextAttributes = {
diff: fontDiffer
},
textAnchor: true,
textDecoration: true,
deltaX: arrayDiffer,
deltaY: arrayDiffer,
rotate: arrayDiffer,
positionX: true,
positionY: true,
...RenderableAttributes