Description: It would be nice to add a double-line style for connectors. Steps to Reproduce: 1.Create a connector 2.Edit Properties>Line>Style Actual Results: No style for double-line. Only the following options: none continuous ultrafine dashed fine dashed 2 dots 3 dashes fine dotted line with fine dots ultrafine dotted line style 9 2 dots 1 dash dashed Expected Results: New style option for double-line Reproducible: Always User Profile Reset: No Additional Info: Version: 6.1.5.2 Build ID: 90f8dcf33c87b3705e78202e3df5142b201bd805 CPU threads: 8; OS: Mac OS X 10.14.3; UI render: default; Locale: fr-FR (fr_FR.UTF-8); Calc: group threaded
Confirming
First step would be, to describe, how that can be written to file. The problem is, that the line style of a connector is defined in a draw:stroke attribute[1] with fix values 'none', 'dash' and 'solid', and the list you mentioned belongs to the case 'dash'. The definition of the items of this list is in the draw:stroke-dash element, and that allows only to describe the dot and dashes, but nothing about the line itself[3]. The double lines, which you currently see, belong to the fo:border element, which refers to the svg box-model and its fix set of values{2]. [1] http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#property-draw_stroke [2] https://www.w3.org/TR/CSS2/box.html#value-def-border-style [3] http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#element-draw_stroke-dash