Draw: How may I set the line cap type without that affecting the dash shape?

I get:

or

but I want

image


imagen

2 Likes

Thanks but arrowheads <> caps. E.g. placement.

Apparently, a dashed line is considered as a collection of segments which are all assigned the same properties. You can’t control separately the end segments and the “middle” segments.

My suggested workaround is to split your segment into three parts: 2 (very) short “ends” where you apply your preferred cap style and a straight connector between them. The connector can be dashed independently with its own cap style. Pay specail attention to the angles of the “ends” so that all three parts align nicely (or group them to rotate the merged object as a whole).

If you have several such objects, create custom styles: one for the “ends”, one for the connector. It is easier and faster to apply styles than to reformat manually each occurrence.

PS: since there are subtle differences between platforms and versions, always mention OS name, exact LO version (and, when relevant, save format).

1 Like

[quote=“ajlittoz, post:2, topic:126545”]
Apparently, a dashed line is considered as a collection of segments which are all assigned the same properties[/quote]

Ooops.

Line appearance is not constant across OS, then?