mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-20 18:18:30 +00:00

The bounding clipping I added back in:
abfbca2719
("tdf#85428: Clip strokes")
breaks 'thick' closed polygons, losing the closed flag.
That's fixed by changing the bStroke flag to the clipper
like done in svdpdf.cxx and svdfmtf.cxx
This fixes the rendering of the top right box in:
https://gitlab.freedesktop.org/poppler/poppler/-/issues/178
Change-Id: Ib2ef27bef9860420b231cceaa2b0568c443d7f2e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187435
Tested-by: Jenkins
Reviewed-by: David Gilbert <freedesktop@treblig.org>
Extensions for the Impress and Draw Applications
source/pdfimport/
- PDF import
Uses an external poppler process to parse and handle PDF import as draw shapes.
source/minimizer/
- Presentation Minimizer
Shrinks presentations by down-scaling images, and removing extraneous eg. embedded OLE content.