https://bugs.documentfoundation.org/show_bug.cgi?id=124186

Regina Henschel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Regina Henschel <[email protected]> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to