Created attachment 110984 [details] Line with dot and arrow markers Importing the attached SVG file from Inkscape, which contains a line with dot and arrow markers, into Writer (or other component) results in the right-hand arrow on the line missing and the left hand filled dot being rendered as an open circle. PDF export displays the same fault. 4.2.x rendered the markers correctly.
Comment on attachment 110984 [details] Line with dot and arrow markers Fix mimetype
(In reply to rogern from comment #0) > Importing the attached SVG file from Inkscape, which contains a line with > dot and arrow markers, into Writer (or other component) results in the > right-hand arrow on the line missing and the left hand filled dot being > rendered as an open circle. PDF export displays the same fault. > > 4.2.x rendered the markers correctly. (Testing with Ubuntu 14.04 and attachment 110984 [details]) In Firefox 34: Appears as a horizontal line segment, with a filled dot on the left end, and a right-facing arrow on the right end. In Inkscape 0.48: Same as Firefox In LO 4.4.0.1 (Draw): Appears as a horizontal line segment (nothing special on either end) In LO 4.4.0.1 (Writer): Open circle on the left (with line extending into the center), and nothing on the right In LO 4.2.6.3 (Draw and Writer): Same as in LO 4.4.0.1 The rendering in LO has never been great, and I don't see a regression. But it's still a bug that needs to get fixed. Status -> NEW
The file renders correctly in 4.2.8.2, so it appears to have regressed since that version.
It fails with OSL_ENSURE(false, "OOps, could not prepare given marker as primitives (!)"); in line 953 in file svgstyleattributes.cxx in method SvgStyleAttributes::add_markers.
Moving/clarifying Whiteboard filter:svg tag -> Keyword filter:svgInsert
Same root cause, for the missing fill property the default value "black" has to be used. *** This bug has been marked as a duplicate of bug 47446 ***