113 | | In the path geometry all the formatting elements (line color, line cap, line join, …) are left out – they take on their default values. For the LineUsage the default vertex control is OverlapNoWrap, and here we set it to OverlapWrap. OverlapWrap means it’s ok to draw the symbol if it overlaps a vertex, but make it bend around the vertex. For simple line styles consisting of centerline dashing, OverlapWrap is the standard behavior we’re used to. |
| 113 | In the path geometry all the formatting elements (line color, line cap, line join, …) are left out – they take on their default values. For the !LineUsage the default vertex control is !OverlapNoWrap, and here we set it to !OverlapWrap. !OverlapWrap means it’s ok to draw the symbol if it overlaps a vertex, but make it bend around the vertex. For simple line styles consisting of centerline dashing, !OverlapWrap is the standard behavior we’re used to. |