Christina Roßmanith wrote:
> I'm revisiting tdf#51165. It looks like rendering is the problem,
> not importing the SVG file. To continue I'd need some code pointers
> where rendering is implemented.
> 
Hi Christina,

oh, this is an interesting corner case - the polypolygon in the bugdoc
has both closed and open polygons, therefore
B2DPolyPolygon::isClosed() will yield false. Thusly
xmloff/source/draw/ximpshap.cxx:1514 and following will pick the open
shape service.

The case at hand can be fixed, the problem in general is that LibO
cannot handle mixed open & closed polygons within a *single* shape.

HTH,

-- Thorsten

Attachment: signature.asc
Description: Digital signature

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to