Simplify textAnchor and textDecoration handling

This commit is contained in:
Mikael Sand
2017-07-23 20:11:01 +03:00
parent 2b3f251b8b
commit fc61c9dad2
7 changed files with 124 additions and 164 deletions

View File

@@ -53,6 +53,8 @@ const fontProps = {
fontSize: numberProp,
fontWeight: numberProp,
fontStyle: PropTypes.string,
textAnchor: PropTypes.string,
textDecoration: PropTypes.string,
letterSpacing: PropTypes.string,
wordSpacing: PropTypes.string,
kerning: PropTypes.string,