Hi all,I cannot determine where to draw markers for the draw:enhanced-path of a custom-shape. This question is not about path-objects and not about SVG, but only about custom-shapes.
ODF has no rule for it yet. Examples A Consists of one sub-path, which is closed by command Z. M 25,10 L 40,15 30,25 Z B Consists of one sub-path, with first point = last point, but no command Z M 25,10 L 40,15 30,25 25,10 C Consists of one sub-path, with fist point <> last point and no command Z M 25,10 L 40,15 30,25 25,11D Consist of one line segment before sub-path, which is closed by command Z (like example A), and one line segment after
M 5,5 L 20,10 M 25,10 L 40,15 30,25 Z M 30,10 L 50,15E Consist of one line segment before sub-path, with first point = last point (like example B), and one line segment after
M 5,5 L 20,10 M 25,10 L 40,15 30,25 L 25,10 M 30,10 L 50,15F Consists of two separate line segments, then set end, then two separate line segments.
M 5,5 L 20,10 M 25,10 L 40,15 N M 55,5 L 70,10 M 75,10 L 90,15 Where have marker-start and marker-end to be drawn? A file with these examples is attached. Kind regards Regina
Attachment:
Marker_Examples.odp
Description: application/vnd.oasis.opendocument.presentation