On Friday, November 2, 2012 12:53:39 AM UTC+1, veosotano wrote:
…but Funcod might be right that we should rename it to border, what do you think?
Miro Keller
Nice lapsus there veosotano ^^
@ameen a border is defined in relation to its element. On the other hand a stroke only exists in relation to a path/line. So positioning a border relative to the shape's outline doesn't make any sense: a line doesn't have borders (well that's not how it's called).
There are 2 things to take into account:
1. an elements can have shapes: polygons bounded by a closed path
2. the most common use case will remain adding borders to an element
If you only consider 1. you would pick stroke/center but the logic dictates that AXR will be content-centric—not primarily made for drawing—hence 2. becomes essential: users add borders in relation to the content of an element (not his shape). And they obviously don't want their content masked by the borders (even if it can be avoided with appropriate padding) which means inside and center are not proper default values.