Steps to reproduce:
1.
http://flexteam/imd/stephen/gumbo-fp10/out/mx/graphics/SolidColorStroke.html
2. CHeck the MXML SYntax table thing.
Actual Results:
caps="null|none|round|square"
joints="null|bevel|miter|round"
Although, docs for the caps property states:
Valid values are: "round", "square", and "none".
(No mention of "null")
Similarly, docs for the joints property states:
Valid values are "round", "miter", and "bevel".
(No mention of null)
Expected Results:
The MXML syntax table and entries should be consistent.
Are there static constants for these property values? if not, shouldnt we have some?
Workaround (if any):
n/a