Is there a way to define stroke of a single polygon so that it would look like multiple glued polygons? See this image:

|
feedback
|
|
No, not currently. (In the future, Vector Effects may let you do this.) For the moment, you would need to have two polygons drawn with different stroke colours and thicknesses, and then use a clipping path to make sure that it looks like the thicker stroke does not also paint on the inside of the shape. For example:
| |||
|
feedback
|
|
As with the last answer, you need 2 paths. However I would use 2 donut holes where the hole has nearly the diameter of the whole ring.The thing to note is that the outside of the inner ring forms the inside of the outer ring. Obviously stroke-width is zero. | |||
|
feedback
|