Open
Description
When drawing the stroke of an ellipse (and strokeRect, StrokeLine, etc.) it would be nice to be able to add a thickness to the stroke.
On rectangles and ellipses an option to have the stroke be either within the bounds or on the bounds would be great as well.
This option would ideally act like the CSS property box-sizing: border-box;
and would make it so that your shape would automatically be made smaller so that the thicker line could fit inside the originally specified width and height.
I imagine it as an option on the renderable which is what I illustrated here.