It isn’t a major problem, but the docs would benefit from an update, and I believe my feedback would be useful for the team. I know how to report a bug - but how about a case like this?
I am using build 2013.2114, and the docs that come with it. For display.newLine() there is an example:
star:setColor( 255, 102, 102, 255 ) star.width = 3
However, when using these method and property, I am getting warnings telling me to use setStrokeColor and strokeWidth instead.