https://issues.apache.org/ooo/show_bug.cgi?id=124825

--- Comment #6 from Armin Le Grand <armin.le.gr...@me.com> ---
Found the problem, the SVG export tries to generate a name for the shape, but
only in one case. The other cases add the locall ycreated ID directly before
calling SVGActionWriter::WriteMetaFile, handig over a null pointer. That
pointer is handed trough to and used in SVGActionWriter::ImplWriteActions, in
the case of line start/end definitions *without* testing it. Adding the tests
does the trick.
It looks as if line start/end support was added later, this may be the reason
that AOO341 does not crash, but the arrowheads may probably be missing.
Preparing commit...

-- 
You are receiving this mail because:
You are watching all issue changes.

Reply via email to