chapter-three / AppleNewsAPI

This is a PHP library that allows you to publish content to Apple News and construct documents in the Apple News JSON format.
MIT License
39 stars 25 forks source link

TextStrokeStyle missing width attribute ? #17

Open LouWii opened 7 years ago

LouWii commented 7 years ago

It seems that the TextStrokeStyle is missing an optional width attribute:

https://developer.apple.com/library/content/documentation/General/Conceptual/Apple_News_Format_Ref/TextStrokeStyle.html#//apple_ref/doc/uid/TP40015408-CH76-SW1

https://github.com/chapter-three/AppleNewsAPI/blob/master/src/Document/Styles/TextStrokeStyle.php

Should I create a pull request in order to add it ?

Thanks