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

--- Comment #11 from Armin Le Grand <armin.le.gr...@me.com> ---
The SVG interpreter needs a valid path when the SVG contains links itself, this
is the base to resolve the links. This path is missing, mainly because the link
reloader in ImpLoadLinkedGraphic (which is a local helper to SdrGrafObj) does
not give it to the GraphicFilter::ImportGraphic call. It does not give it since
it previously opens the file data itself using an SfxMedium instance and a
DownLoad call, constructing an own local SvStream with the file data.
This means that theoretically every GraphicFileFormat which contains links
itself will fail and that the same sh<back><back> thing is done in the other
applications somewhere.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.

Reply via email to