[Libreoffice-bugs] [Bug 124186] Feature request: Double line style for connectors in Draw
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Aug 12 14:15:17 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=124186
Regina Henschel <rb.henschel at t-online.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rb.henschel at t-online.de
--- Comment #2 from Regina Henschel <rb.henschel at t-online.de> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190812/231e96e0/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list